wok annotate bluez-dev/receipt @ rev 5738
Add 'git-gui' package, v0.12.0.66.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sat Jun 26 13:59:56 2010 +0100 (2010-06-26) |
parents | a2ffa3119892 |
children | b06949d31ae6 |
rev | line source |
---|---|
pankso@4357 | 1 # SliTaz package receipt. |
pankso@4357 | 2 |
pankso@4357 | 3 PACKAGE="bluez-dev" |
pascal@5720 | 4 VERSION="4.62" |
pankso@4802 | 5 CATEGORY="development" |
pankso@4357 | 6 SHORT_DESC="Bluez devel files." |
pankso@4357 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@4357 | 8 WANTED="bluez" |
pankso@4357 | 9 WEB_SITE="http://www.bluez.org/" |
pankso@4357 | 10 |
pankso@4357 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4357 | 12 genpkg_rules() |
pankso@4357 | 13 { |
pankso@4357 | 14 mkdir -p $fs/usr/lib/alsa-lib |
pankso@4357 | 15 cp -a $_pkg/usr/include $fs/usr |
pankso@4357 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@4357 | 17 cp -a $_pkg/usr/lib/alsa-lib/*.*a $fs/usr/lib/alsa-lib |
pankso@4357 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@4357 | 19 } |