wok annotate libassuan-dev/receipt @ rev 13949

add python dnspython
author ernia <monghitri@aruba.it>
date Tue Jan 29 20:56:57 2013 +0000 (2013-01-29)
parents 76495b6f5020
children 4904e3d374a9
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"
gokhlayeh@9184 8 WEB_SITE="http://www.gnupg.org/"
slaxemulator@9614 9 DEPENDS="libassuan"
gokhlayeh@9184 10 WANTED="libassuan"
gokhlayeh@9184 11
gokhlayeh@9184 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9184 13 genpkg_rules()
gokhlayeh@9184 14 {
gokhlayeh@9184 15 mkdir -p $fs/usr/lib $fs/usr/share
gokhlayeh@9184 16 cp -a $_pkg/usr/bin $fs/usr
gokhlayeh@9184 17 cp -a $_pkg/usr/lib/libassuan.la $fs/usr/lib
gokhlayeh@9184 18 cp -a $_pkg/usr/include $fs/usr
gokhlayeh@9184 19 cp -a $_pkg/usr/share/aclocal $fs/usr/share
gokhlayeh@9184 20 }