]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Add package information to miniupnpd.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Nov 2010 12:25:16 +0000 (13:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Nov 2010 12:25:16 +0000 (13:25 +0100)
lfs/miniupnpd

index 0317f832345637086e96829826925a247d7c85fe..fafef0f79231187c22b7dc3a6712c9a847b3dd5c 100644 (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
 ###############################################################################