wok annotate libassuan-dev/receipt @ rev 11820

Up: thunderbird to 10.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:16:39 2012 -0500 (2012-02-25)
parents ae736856217c
children c994113bbe49
rev   line source
gokhlayeh@9184 1 # SliTaz package receipt.
gokhlayeh@9184 2
gokhlayeh@9184 3 PACKAGE="libassuan-dev"
slaxemulator@11199 4 VERSION="2.0.2"
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 }