wok view libassuan-dev/receipt @ rev 9490

Up: pygobject to 2.28.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 14:53:23 2011 +0000 (2011-04-05)
parents
children ae736856217c
line source
1 # SliTaz package receipt.
3 PACKAGE="libassuan-dev"
4 VERSION="2.0.1"
5 CATEGORY="development"
6 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel files)."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://www.gnupg.org/"
9 WANTED="libassuan"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $_pkg/usr/bin $fs/usr
16 cp -a $_pkg/usr/lib/libassuan.la $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/share/aclocal $fs/usr/share
19 }