wok diff ratpoison/receipt @ rev 17126
libQtGui: clean deps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Sep 09 00:00:27 2014 +0200 (2014-09-09) |
parents | 609cb34ed0ce |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/ratpoison/receipt Wed Feb 02 05:24:26 2011 +0100 1.2 +++ b/ratpoison/receipt Tue Sep 09 00:00:27 2014 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Ratpoison is an extremely light-weightWM using only keyboard." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="microperl xorg-libXtst xorg-libXinerama" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.nongnu.org/ratpoison/" 1.11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="microperl xorg-libXtst xorg-libXinerama" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -21,7 +23,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 - cp -a $_pkg/usr/share/ratpoison $fs/usr/share 1.24 + cp -a $install/usr/bin $fs/usr 1.25 + cp -a $install/usr/share/ratpoison $fs/usr/share 1.26 } 1.27 -