wok diff ratmenu/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | 908529298e5d |
children | 42380dbaadb7 |
line diff
1.1 --- a/ratmenu/receipt Sat Apr 02 15:03:57 2011 +0000 1.2 +++ b/ratmenu/receipt Mon Aug 10 09:59:01 2015 -0300 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Menu generator created for ratpoison, but works with any WM" 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="xorg-libX11" 1.8 +LICENSE="other" 1.9 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.10 WEB_SITE="http://packages.debian.org" 1.11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL" 1.12 1.13 +DEPENDS="xorg-libX11" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -22,6 +24,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 + cp -a $install/usr/bin $fs/usr 1.24 } 1.25