wok-next diff libassuan/receipt @ rev 15579
Remove cromfs-or-squashfs; add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 10:06:29 2013 +0000 (2013-11-30) |
parents | c994113bbe49 |
children | ac006a7bf27c |
line diff
1.1 --- a/libassuan/receipt Thu Apr 19 22:29:17 2012 +0000 1.2 +++ b/libassuan/receipt Sat Nov 30 10:06:29 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="IPC library used by some of the other GnuPG related packages." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnupg.org/" 1.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" 1.11 @@ -23,5 +24,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 }