wok annotate libassuan-dev/receipt @ rev 18543
Add python-soappy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 06 19:16:49 2015 +0100 (2015-11-06) |
parents | c994113bbe49 |
children | ac006a7bf27c |
rev | line source |
---|---|
gokhlayeh@9184 | 1 # SliTaz package receipt. |
gokhlayeh@9184 | 2 |
gokhlayeh@9184 | 3 PACKAGE="libassuan-dev" |
slaxemulator@12382 | 4 VERSION="2.0.3" |
gokhlayeh@9184 | 5 CATEGORY="development" |
gokhlayeh@9184 | 6 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel files)." |
gokhlayeh@9184 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@14714 | 8 LICENSE="GPL3" |
gokhlayeh@9184 | 9 WEB_SITE="http://www.gnupg.org/" |
pascal@14714 | 10 WANTED="libassuan" |
pascal@14714 | 11 |
slaxemulator@9614 | 12 DEPENDS="libassuan" |
gokhlayeh@9184 | 13 |
gokhlayeh@9184 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@9184 | 15 genpkg_rules() |
gokhlayeh@9184 | 16 { |
gokhlayeh@9184 | 17 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@14714 | 18 cp -a $install/usr/bin $fs/usr |
pascal@14714 | 19 cp -a $install/usr/lib/libassuan.la $fs/usr/lib |
pascal@14714 | 20 cp -a $install/usr/include $fs/usr |
pascal@14714 | 21 cp -a $install/usr/share/aclocal $fs/usr/share |
gokhlayeh@9184 | 22 } |