wok-next diff n2n/receipt @ rev 20637
ghostscript: update (b)deps (avoid jpeg / libjpeg-turbo to be in the same package)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 27 16:32:16 2018 +0300 (2018-04-27) |
parents | b768ede0c5cb |
children | d5aab818505e |
line diff
1.1 --- a/n2n/receipt Fri Jun 07 16:21:22 2013 +0200 1.2 +++ b/n2n/receipt Fri Apr 27 16:32:16 2018 +0300 1.3 @@ -1,30 +1,21 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="n2n" 1.8 VERSION="1.3.2" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="A Layer Two Peer-to-Peer VPN." 1.11 +SHORT_DESC="A Layer Two Peer-to-Peer VPN" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="http://www.ntop.org/products/n2n" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.ntop.org/products/n2n" 1.18 WGET_URL="$SF_MIRROR/ntop/$TARBALL" 1.19 1.20 -DEPENDS="" 1.21 -BUILD_DEPENDS="" 1.22 - 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - cd $src 1.27 +compile_rules() { 1.28 make PREFIX=/usr && 1.29 make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 - mkdir -p $fs/usr 1.36 - cp -a $install/usr/bin $fs/usr 1.37 - cp -a $install/usr/sbin $fs/usr 1.38 +genpkg_rules() { 1.39 + copy @std 1.40 }