update miniupnpd to 20070112
authorNicolas Thill <nico@openwrt.org>
Mon, 15 Jan 2007 13:44:16 +0000 (13:44 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 15 Jan 2007 13:44:16 +0000 (13:44 +0000)
SVN-Revision: 6106

net/miniupnpd/Makefile

index 73e041a6f3b4cd25e7e0f2b57e483879d03d2277..01fb4a6b4ab76139ce998722f9f7d5bdd86e1309 100644 (file)
@@ -9,9 +9,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=miniupnpd
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=miniupnpd
-PKG_VERSION:=1.0-RC1
+PKG_VERSION:=20070112
 PKG_RELEASE:=1
 PKG_RELEASE:=1
-PKG_MD5SUM:=ab752eebbebcfa84178de0a4632d7688
+PKG_MD5SUM:=e3ec679857b671d6b3236f594ee98694
 
 PKG_SOURCE_URL:=http://miniupnp.tuxfamily.org/files
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 PKG_SOURCE_URL:=http://miniupnp.tuxfamily.org/files
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -27,15 +27,11 @@ define Package/miniupnpd
   CATEGORY:=Network
   DEPENDS:=+iptables
   TITLE:=Lightweight UPnP daemon
   CATEGORY:=Network
   DEPENDS:=+iptables
   TITLE:=Lightweight UPnP daemon
-  DESCRIPTION:=\
-       Lightweight UPnP daemon
   URL:=http://miniupnp.tuxfamily.org/
 endef
 
 define Build/Compile
   URL:=http://miniupnp.tuxfamily.org/
 endef
 
 define Build/Compile
-       $(MAKE) \
-               -C $(PKG_BUILD_DIR) \
-               -f Makefile.linux \
+       $(MAKE) -C $(PKG_BUILD_DIR) -f Makefile.linux \
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS) -I $(STAGING_DIR)/usr/include" \
                LIBS="$(STAGING_DIR)/usr/lib/libiptc.a"
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS) -I $(STAGING_DIR)/usr/include" \
                LIBS="$(STAGING_DIR)/usr/lib/libiptc.a"