wok-6.x diff gnu-netcat/receipt @ rev 18718
Up: tazpkg(890), cookutils(788)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 17 15:58:11 2015 +0200 (2015-12-17) |
parents | 8ad8c3236c6c |
children | 9e01bc6321ea |
line diff
1.1 --- a/gnu-netcat/receipt Mon Oct 17 03:54:26 2011 +0000 1.2 +++ b/gnu-netcat/receipt Thu Dec 17 15:58:11 2015 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="GNU rewrite of netcat, the network piping application" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="texinfo" 1.8 +LICENSE="GPL2" 1.9 SOURCE="netcat" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://netcat.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.13 1.14 +DEPENDS="texinfo" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -25,7 +27,7 @@ 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 1.27 # Pre and post install commands for Tazpkg.