wok diff ratpoison/receipt @ rev 17485

Add hylafax
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 30 12:18:02 2014 +0100 (2014-12-30)
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 Dec 30 12:18:02 2014 +0100
     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 -