wok-6.x annotate cryptsetup-dev/receipt @ rev 15211
Add python-gevent-psycopg2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 12 18:20:45 2013 +0000 (2013-09-12) |
parents | 53665c5f3df6 |
children | 97b75a3cc947 |
rev | line source |
---|---|
jozee@5043 | 1 # SliTaz package receipt. |
jozee@5043 | 2 |
jozee@5043 | 3 PACKAGE="cryptsetup-dev" |
slaxemulator@11087 | 4 VERSION="1.3.1" |
jozee@5043 | 5 CATEGORY="development" |
jozee@5043 | 6 SHORT_DESC="cryptsetup library development files." |
jozee@5043 | 7 MAINTAINER="b1+slitaz@nagel.org" |
pascal@15002 | 8 LICENSE="GPL2" |
jozee@5043 | 9 WANTED="cryptsetup" |
jozee@5043 | 10 WEB_SITE="http://sourceware.org/dm/" |
jozee@5043 | 11 |
pascal@15002 | 12 DEPENDS="cryptsetup" |
pascal@15002 | 13 |
jozee@5043 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@5043 | 15 genpkg_rules() |
jozee@5043 | 16 { |
jozee@5043 | 17 mkdir -p $fs/usr/lib |
pascal@15002 | 18 cp -a $install/usr/include $fs/usr |
pascal@15002 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15002 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
jozee@5043 | 21 } |