wok-next diff afpfs-ng/receipt @ rev 15362
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 13:07:29 2013 +0000 (2013-10-02) |
parents | d9c2cb21341a |
children | fd22b033a84a |
line diff
1.1 --- a/afpfs-ng/receipt Thu Nov 03 16:59:32 2011 +0100 1.2 +++ b/afpfs-ng/receipt Wed Oct 02 13:07:29 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The free afpfs driver." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="fuse libgcrypt readline gmp" 1.8 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://alexthepuffin.googlepages.com/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="fuse libgcrypt readline gmp" 1.15 +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {