wok-next diff wput/receipt @ rev 15745
slitaz-configs: remove dep on boxes and clearlooks, this brings the GTK in justX since openbox depends on slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 02 20:21:53 2014 +0100 (2014-01-02) |
parents | b7319995b37e |
children | e47c0281ba48 |
line diff
1.1 --- a/wput/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/wput/receipt Thu Jan 02 20:21:53 2014 +0100 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A tiny wget-like ftp-client for uploading files" 1.6 MAINTAINER="l.lemarinel@gmail.com" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://wput.sourceforge.net/" 1.9 TARBALL="${PACKAGE}-${VERSION}.tgz" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 BUILD_DEPENDS="" 1.13 DEPENDS="" 1.14 1.15 @@ -27,5 +29,5 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 + cp -a $install/usr/bin $fs/usr 1.21 }