wok annotate xcb-util-dev/receipt @ rev 15372
php-auth-pam: php 5.4 patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 17 13:16:15 2013 +0000 (2013-10-17) |
parents | da47b0bc40f3 |
children | 3af9c976b7d4 |
rev | line source |
---|---|
mallory@2686 | 1 |
mallory@2686 | 2 PACKAGE="xcb-util-dev" |
pascal@12940 | 3 VERSION="0.3.8" |
mallory@2686 | 4 CATEGORY="development" |
mallory@2686 | 5 SHORT_DESC="xcb-util development files" |
mallory@2686 | 6 MAINTAINER="mallory@sweetpeople.org" |
slaxemulator@6885 | 7 DEPENDS="xcb-util" |
mallory@2686 | 8 WANTED="xcb-util" |
mallory@2686 | 9 WEB_SITE="http://xcb.freedesktop.org" |
mallory@2686 | 10 |
mallory@2686 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@2686 | 12 genpkg_rules() |
mallory@2686 | 13 { |
slaxemulator@6885 | 14 mkdir -p $fs/usr/lib |
mallory@2686 | 15 cp -a $_pkg/usr/include $fs/usr |
mallory@2686 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
mallory@2686 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
mallory@2686 | 18 } |