wok diff cloudvpn/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 | 531e1bc559d9 |
children | 3d805214d753 |
line diff
1.1 --- a/cloudvpn/receipt Mon Oct 17 02:11:40 2011 +0000 1.2 +++ b/cloudvpn/receipt Sat Nov 30 10:06:29 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Mesh-networked Virtual Private Network." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://dev.e-x-a.org/projects/cloudvpn/wiki" 1.10 WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL" 1.11 +TAGS="vpn tunnel" 1.12 + 1.13 BUILD_DEPENDS="gnutls-dev zlib-dev" 1.14 DEPENDS="gcc-lib-base gnutls zlib libtasn1" 1.15 -TAGS="vpn tunnel" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -27,6 +29,6 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 } 1.26