wok annotate cryptsetup-dev/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents 1f7f3fb4942c
children 7896f0694ef6
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"
slaxemulator@7811 8 DEPENDS="cryptsetup"
jozee@5043 9 WANTED="cryptsetup"
jozee@5043 10 WEB_SITE="http://sourceware.org/dm/"
jozee@5043 11
jozee@5043 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5043 13 genpkg_rules()
jozee@5043 14 {
jozee@5043 15 mkdir -p $fs/usr/lib
jozee@5043 16 cp -a $_pkg/usr/include $fs/usr
jozee@5043 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@5043 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@5043 19 }