wok view libcap-dev/receipt @ rev 14789
Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 08 11:45:27 2013 +0300 (2013-07-08) |
parents | cf96490d634c |
children | 6c3718ca17b6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-dev"
4 VERSION="2.19"
5 CATEGORY="development"
6 SHORT_DESC="Support for getting/setting POSIX.1e capabilities."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libcap"
9 WANTED="libcap"
10 WEB_SITE="http://sites.google.com/site/fullycapable/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr $fs/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $src/libcap/*.*a $fs/lib
18 }