wok-next diff gpgme-dev/receipt @ rev 18441
gambas2: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 22:06:04 2015 +0200 (2015-09-23) |
parents | 76193b8835cc |
children | ac006a7bf27c |
line diff
1.1 --- a/gpgme-dev/receipt Mon Jun 25 08:58:46 2012 +0000 1.2 +++ b/gpgme-dev/receipt Wed Sep 23 22:06:04 2015 +0200 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gpgme libassuan-dev libgpg-error-dev" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.10 WANTED="gpgme" 1.11 1.12 +DEPENDS="gpgme libassuan-dev libgpg-error-dev" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib $fs/usr/share 1.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 - cp -a $_pkg/usr/bin $fs/usr 1.21 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.22 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 + cp -a $install/usr/share/aclocal $fs/usr/share 1.26 } 1.27