
Receipt for package "miniupnpd"
# SliTaz package receipt. PACKAGE="miniupnpd" VERSION="2.3.7" CATEGORY="network" SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://miniupnp.tuxfamily.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="upnp" DEPENDS="iptables libssl" BUILD_DEPENDS="iptables-dev libnfnetlink-dev openssl-dev util-linux-uuid-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed '/miniupnpd-/!d;s|.*pnpd-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -lrt" mkdir -p $DESTDIR/usr/share/man/man8 sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' \ netfilter/iptables_init.sh KERNEL_VERSION=$(grep -s ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2) sed -i "s|uname -r|echo $KERNEL_VERSION|;s|uname -m|echo i686|" configure ./configure --firewall=iptables --host-os-version=$KERNEL_VERSION --host-machine=i686 make -f Makefile.linux && make -f Makefile.linux DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/etc $fs cp -a $install/usr/sbin $fs/usr }
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)