wok view libcap-ng/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
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 }