wok diff ratmenu/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
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 Apr 14 19:59:46 2014 +0200
     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