wok diff socat/receipt @ rev 15176
php: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 16 19:08:32 2013 +0000 (2013-08-16) |
parents | e9c875cc07f0 |
children | 32ca8cba1aae |
line diff
1.1 --- a/socat/receipt Mon May 11 15:44:30 2009 +0200 1.2 +++ b/socat/receipt Fri Aug 16 19:08:32 2013 +0000 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Reads and writes data across network connections." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.dest-unreach.org/$PACKAGE/" 1.10 WGET_URL="${WEB_SITE}download/$TARBALL" 1.11 + 1.12 BUILD_DEPENDS="openssl-dev ncurses-dev" 1.13 DEPENDS="openssl ncurses libwrap readline" 1.14 1.15 @@ -17,13 +19,13 @@ 1.16 cd $src 1.17 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr 1.27 - cp -a $_pkg/usr/bin $fs/usr 1.28 + cp -a $install/usr/bin $fs/usr 1.29 } 1.30