wok view gpgme-dev/receipt @ rev 3724

Update: xorg-libXtst (DEPENDS and BUILD_DEPENDS)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 16:59:26 2009 +0000 (2009-07-21)
parents 6f500409e5bf
children b084f9ed4a92
line source
1 # SliTaz package receipt.
3 PACKAGE="gpgme-dev"
4 VERSION="1.1.8"
5 CATEGORY="security"
6 SHORT_DESC="C language library that allows to add support for cryptography to a program."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gpgme"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.gnupg.org/gpgme.html"
11 WANTED="gpgme"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 cp -a $_pkg/usr/bin $fs/usr
22 }