wok diff libcap-ng-dev/receipt @ rev 15351
suricata: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 16:39:29 2013 +0000 (2013-09-30) |
parents | |
children | 6c3718ca17b6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libcap-ng-dev/receipt Mon Sep 30 16:39:29 2013 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libcap-ng-dev" 1.7 +VERSION="0.6.6" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="Libcap-ng dev files." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" 1.12 +WANTED="libcap-ng" 1.13 + 1.14 +DEPENDS="libcap" 1.15 +PROVIDE="libcap-dev" 1.16 +SUGGESTED="libcap-ng-utils" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib $fs/usr/share 1.22 + 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 + cp -a $install/usr/include $fs/usr 1.25 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 + cp -a $install/usr/share/aclocal $fs/usr/share 1.27 +} 1.28 +