wok-current diff gpgme-dev/receipt @ rev 1563
libcap: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 13 14:20:20 2008 +0000 (2008-10-13) |
parents | |
children | 6f500409e5bf |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gpgme-dev/receipt Mon Oct 13 14:20:20 2008 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKED_SIZE="32.0k" 1.7 +UNPACKED_SIZE="104.0k" 1.8 +PACKAGE="gpgme-dev" 1.9 +VERSION="1.1.4" 1.10 +CATEGORY="security" 1.11 +SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.12 +MAINTAINER="erjo@slitaz.org" 1.13 +DEPENDS="gpgme" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.gnupg.org/gpgme.html" 1.16 +WANTED="gpgme" 1.17 + 1.18 + 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/lib 1.24 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $_pkg/usr/include $fs/usr 1.26 + cp -a $_pkg/usr/bin $fs/usr 1.27 +} 1.28 +