wok diff corkscrew/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents 23a15fee473c
children f44ef80ff9e2
line diff
     1.1 --- a/corkscrew/receipt	Sat May 30 10:53:01 2009 +0000
     1.2 +++ b/corkscrew/receipt	Sun Nov 10 15:03:57 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="tool for tunneling ssh through proxies"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="openssh"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.agroman.net/corkscrew"
    1.11  WGET_URL="$WEB_SITE/$TARBALL"
    1.12  
    1.13 +DEPENDS="openssh"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -19,13 +21,13 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32  }
    1.33