wok view gpgme-dev/receipt @ rev 6654

Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 02:17:02 2010 +0000 (2010-10-11)
parents a271a4190181
children 851d4c73c039
line source
1 # SliTaz package receipt.
3 PACKAGE="gpgme-dev"
4 VERSION="1.3.0"
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 }