# SliTaz package receipt. PACKAGE="libupnp" VERSION="1.6.12" CATEGORY="network" SHORT_DESC="The portable Universal Plug and Play (UPnP)." MAINTAINER="pankso@slitaz.org" DEPENDS="libxml2" BUILD_DEPENDS="libxml2-dev libpthread-stubs" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pupnp.sourceforge.net/" WGET_URL="$SF_MIRROR/pupnp/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }