wok diff gtkaml/receipt @ rev 15669

iptables: rm *.pc files, mv bin files to /usr/sbin
author Richard Dunbar <mojo@slitaz.org>
date Wed Dec 18 00:14:55 2013 +0000 (2013-12-18)
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 18 00:14:55 2013 +0000
     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  }