wok-6.x diff tinyproxy/receipt @ rev 15778
Up tazlito (5.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 09 18:06:52 2014 +0000 (2014-01-09) |
parents | df64154dacd6 |
children | 8b9f768b711e |
line diff
1.1 --- a/tinyproxy/receipt Sun Nov 13 02:13:59 2011 +0000 1.2 +++ b/tinyproxy/receipt Thu Jan 09 18:06:52 2014 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A light-weight HTTP proxy daemon for POSIX operating systems." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -BUILD_DEPENDS="wget" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="https://banu.com/tinyproxy/" 1.11 WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 1.12 1.13 +BUILD_DEPENDS="wget" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -32,9 +34,9 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share $fs/etc/init.d 1.22 - cp -a $_pkg/usr/sbin $fs/usr 1.23 - cp -a $_pkg/usr/share/tinyproxy $fs/usr/share 1.24 - cp -a $_pkg/etc/tinyproxy $fs/etc 1.25 + cp -a $install/usr/sbin $fs/usr 1.26 + cp -a $install/usr/share/tinyproxy $fs/usr/share 1.27 + cp -a $install/etc/tinyproxy $fs/etc 1.28 cp -a $stuff/tinyproxy $fs/etc/init.d 1.29 } 1.30