wok view libcap-ng/receipt @ rev 13415

Add sozi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 01 18:16:32 2012 +0200 (2012-10-01)
parents cfcf9233f396
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-ng"
4 VERSION="0.6.6"
5 CATEGORY="security"
6 SHORT_DESC="New generation libcap library."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="python"
14 PROVIDE="libcap"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 cp -a $install/usr/bin $fs/usr
31 }