wok diff gnu-netcat/receipt @ rev 16485

xpaint: need libtool as bdep
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 04:24:59 2014 +0200 (2014-04-23)
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	Wed Apr 23 04:24:59 2014 +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.