wok diff gvpe/receipt @ rev 22005
added tar-lang 1.32
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 18 17:38:24 2019 +0100 (2019-10-18) |
parents | 1fab45eae231 |
children | 17091bc7c301 |
line diff
1.1 --- a/gvpe/receipt Fri Jul 26 12:36:51 2013 +0000 1.2 +++ b/gvpe/receipt Fri Oct 18 17:38:24 2019 +0100 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gvpe" 1.7 -VERSION="2.25" 1.8 +VERSION="3.1" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="creates a virtual ethernet network with multiple nodes." 1.11 +TAGS="vpn tunnel network" 1.12 +SHORT_DESC="Creates a virtual ethernet network with multiple nodes." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL3" 1.15 +WEB_SITE="http://software.schmorp.de/pkg/gvpe.html" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://software.schmorp.de/pkg/gvpe.html" 1.19 WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 1.20 -TAGS="vpn tunnel network" 1.21 1.22 -DEPENDS="zlib openssl" 1.23 -BUILD_DEPENDS="zlib-dev openssl-dev" 1.24 +DEPENDS="openssl zlib" 1.25 +BUILD_DEPENDS="openssl-dev zlib-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 $CONFIGURE_ARGS && 1.36 - make && 1.37 + make -j 1 && 1.38 make DESTDIR=$DESTDIR install 1.39 } 1.40 1.41 @@ -29,6 +29,7 @@ 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr 1.45 - cp -a $install/usr/bin $fs/usr 1.46 - cp -a $install/usr/sbin $fs/usr 1.47 + 1.48 + cp -a $install/usr/bin $fs/usr 1.49 + cp -a $install/usr/sbin $fs/usr 1.50 }