wok diff tinyproxy/receipt @ rev 18525

Up poedit(1.8.6), add poedit-i18n (Poedit localization files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 18:17:02 2015 +0200 (2015-10-26)
parents df64154dacd6
children 8b9f768b711e
line diff
     1.1 --- a/tinyproxy/receipt	Sun Nov 13 02:13:59 2011 +0000
     1.2 +++ b/tinyproxy/receipt	Mon Oct 26 18:17:02 2015 +0200
     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