wok annotate libksba/receipt @ rev 4352
db: enable comat185 (thanks allan)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 03 20:24:26 2009 +0200 (2009-10-03) |
parents | |
children | 8752c40cc534 |
rev | line source |
---|---|
pankso@4061 | 1 # SliTaz package receipt. |
pankso@4061 | 2 |
pankso@4061 | 3 PACKAGE="libksba" |
pankso@4061 | 4 VERSION="1.0.7" |
pankso@4061 | 5 CATEGORY="security" |
pankso@4061 | 6 SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects." |
pankso@4061 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@4061 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@4061 | 9 WEB_SITE="http://www.gnupg.org/related_software/libksba/" |
pankso@4061 | 10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" |
pankso@4061 | 11 |
pankso@4061 | 12 # Rules to configure and make the package. |
pankso@4061 | 13 compile_rules() |
pankso@4061 | 14 { |
pankso@4061 | 15 cd $src |
pankso@4061 | 16 ./configure \ |
pankso@4061 | 17 --prefix=/usr \ |
pankso@4061 | 18 $CONFIGURE_ARGS && |
pankso@4061 | 19 make && |
pankso@4061 | 20 make DESTDIR=$PWD/_pkg install |
pankso@4061 | 21 } |
pankso@4061 | 22 |
pankso@4061 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4061 | 24 genpkg_rules() |
pankso@4061 | 25 { |
pankso@4061 | 26 mkdir -p $fs/usr/lib |
pankso@4061 | 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@4061 | 28 } |