wok-6.x diff libgcrypt-dev/receipt @ rev 15745
slitaz-configs: remove dep on boxes and clearlooks, this brings the GTK in justX since openbox depends on slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 02 20:21:53 2014 +0100 (2014-01-02) |
parents | cfdfab9f6012 |
children | 13f7bca6b626 |
line diff
1.1 --- a/libgcrypt-dev/receipt Sat Nov 02 21:10:18 2013 +0100 1.2 +++ b/libgcrypt-dev/receipt Thu Jan 02 20:21:53 2014 +0100 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Cryptographic library based on GnuPG Headers" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libgcrypt libgpg-error-dev" 1.8 +LICENSE="GPL2 LGPL2.1" 1.9 WANTED="libgcrypt" 1.10 WEB_SITE="http://www.gnupg.org/" 1.11 1.12 +DEPENDS="libgcrypt 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/bin $fs/usr/lib $fs/usr/share 1.18 - cp -a $_pkg/usr/bin/libgcrypt-config $fs/usr/bin 1.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.22 + cp -a $install/usr/bin/libgcrypt-config $fs/usr/bin 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 + cp -a $install/usr/include $fs/usr 1.25 + cp -a $install/usr/share/aclocal $fs/usr/share 1.26 } 1.27