wok-6.x diff gtkaml/receipt @ rev 15654
btrfs-progs: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 11 20:29:19 2013 +0100 (2013-12-11) |
parents | 4eeccb502cbc |
children |
line diff
1.1 --- a/gtkaml/receipt Fri Mar 18 13:06:34 2011 +0100 1.2 +++ b/gtkaml/receipt Wed Dec 11 20:29:19 2013 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Markup language based on Vala to create Gtk+ apps in XML" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ libxml2" 1.8 -BUILD_DEPENDS="gtk+-dev libxml2-dev vala" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://code.google.com/p/gtkaml/" 1.12 WGET_URL="http://gtkaml.googlecode.com/files/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ libxml2" 1.15 +BUILD_DEPENDS="gtk+-dev libxml2-dev vala" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -22,6 +24,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/share $fs/usr 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/share $fs/usr 1.28 }