wok-current annotate libassuan/receipt @ rev 17335
Add dfu-util
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 16:17:22 2014 +0100 (2014-11-05) |
parents | c994113bbe49 |
children | ac006a7bf27c |
rev | line source |
---|---|
pankso@4060 | 1 # SliTaz package receipt. |
pankso@4060 | 2 |
pankso@4060 | 3 PACKAGE="libassuan" |
slaxemulator@12382 | 4 VERSION="2.0.3" |
pankso@4060 | 5 CATEGORY="security" |
pankso@4060 | 6 SHORT_DESC="IPC library used by some of the other GnuPG related packages." |
pankso@4060 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14714 | 8 LICENSE="GPL3" |
pankso@4060 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@4060 | 10 WEB_SITE="http://www.gnupg.org/" |
pankso@4060 | 11 WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" |
pankso@9758 | 12 |
slaxemulator@6329 | 13 DEPENDS="libgpg-error" |
pankso@9758 | 14 BUILD_DEPENDS="python pkg-config libgpg-error-dev" # do not skip /usr/lib/libassuan-pth.a |
pankso@4060 | 15 |
pankso@4060 | 16 # Rules to configure and make the package. |
pankso@4060 | 17 compile_rules() |
pankso@4060 | 18 { |
pankso@4060 | 19 cd $src |
slaxemulator@11199 | 20 ./configure $CONFIGURE_ARGS && make && make install |
pankso@4060 | 21 } |
pankso@4060 | 22 |
pankso@4060 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4060 | 24 genpkg_rules() |
pankso@4060 | 25 { |
gokhlayeh@9184 | 26 mkdir -p $fs/usr/lib |
pascal@14714 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@4060 | 28 } |