wok annotate cryptsetup-dev/receipt @ rev 5401

busybox: temporary gcc 4.5.0 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 02 18:57:24 2010 +0200 (2010-05-02)
parents
children d25af2fe827e
rev   line source
jozee@5043 1 # SliTaz package receipt.
jozee@5043 2
jozee@5043 3 PACKAGE="cryptsetup-dev"
jozee@5043 4 VERSION="1.1.0"
jozee@5043 5 CATEGORY="development"
jozee@5043 6 SHORT_DESC="cryptsetup library development files."
jozee@5043 7 MAINTAINER="b1+slitaz@nagel.org"
jozee@5043 8 WANTED="cryptsetup"
jozee@5043 9 WEB_SITE="http://sourceware.org/dm/"
jozee@5043 10
jozee@5043 11 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5043 12 genpkg_rules()
jozee@5043 13 {
jozee@5043 14 mkdir -p $fs/usr/lib
jozee@5043 15 cp -a $_pkg/usr/include $fs/usr
jozee@5043 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@5043 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@5043 18 }