
Receipt for package "miniupnpc"
# SliTaz package receipt. PACKAGE="miniupnpc" VERSION="2.1" CATEGORY="network" SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="${PACKAGE}_${VERSION/./_}.tar.gz" WEB_SITE="https://miniupnp.tuxfamily.org/" WGET_URL="https://github.com/miniupnp/miniupnp/archive/$TARBALL" TAGS="upnp" DEPENDS="" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/[a-z_]*||;s|".*||;s|_|.|g;q' } # Rules to configure and make the package. compile_rules() { cd $src/miniupnpc make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)