wok diff gnustep-make/receipt @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
parents | 9ce1eedbdea6 |
children | 3a42ed2154cd |
line diff
1.1 --- a/gnustep-make/receipt Wed May 25 03:08:25 2011 +0200 1.2 +++ b/gnustep-make/receipt Fri Dec 27 17:02:20 2019 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNUstep make package." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="make" 1.8 +LICENSE="GPL3" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnustep.org/" 1.11 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 1.12 1.13 +DEPENDS="make" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -25,7 +27,7 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share 1.22 - cp -a $_pkg/etc $fs 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 - cp -a $_pkg/usr/share/GNUstep $fs/usr/share 1.25 + cp -a $install/etc $fs 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/share/GNUstep $fs/usr/share 1.28 }