Add package information to miniupnpd.

This commit is contained in:
Michael Tremer
2010-11-22 13:25:16 +01:00
parent 84c36011d1
commit bc321d6f11

View File

@@ -31,6 +31,8 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = miniupnpd
PAK_VER = 0
###############################################################################
# Top-level Rules
@@ -50,6 +52,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################