# SliTaz package receipt. PACKAGE="libcap-ng" VERSION="0.6.6" CATEGORY="security" SHORT_DESC="New generation libcap library." MAINTAINER="erjo@slitaz.org" WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" DEPENDS="" BUILD_DEPENDS="python" PROVIDE="libcap" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/bin $fs/usr }