wok diff gnustep-gui/receipt @ rev 17592

syslinux/isohybrib.exe: add --md5, --undo (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 13:31:26 2015 +0100 (2015-02-10)
parents 3de1f0f3086f
children 8417cbe6fdae
line diff
     1.1 --- a/gnustep-gui/receipt	Wed Aug 08 09:06:49 2012 +0200
     1.2 +++ b/gnustep-gui/receipt	Tue Feb 10 13:31:26 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNUstep GUI class library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnustep.org/"
    1.10  WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
    1.11 @@ -28,7 +29,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/GNUstep $fs/usr/lib
    1.21  }