update miniupnpd to 20070112

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6106 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-15 13:44:16 +00:00
parent b00fc05ca8
commit fecbdaad10

View File

@ -9,9 +9,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=miniupnpd
PKG_VERSION:=1.0-RC1
PKG_VERSION:=20070112
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
@ -27,15 +27,11 @@ define Package/miniupnpd
CATEGORY:=Network
DEPENDS:=+iptables
TITLE:=Lightweight UPnP daemon
DESCRIPTION:=\
Lightweight UPnP daemon
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"