wok diff gnome-vfs-monikers/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 5647557ead5c
children d5aadb9e3943
line diff
     1.1 --- a/gnome-vfs-monikers/receipt	Thu Nov 03 11:15:24 2011 +0100
     1.2 +++ b/gnome-vfs-monikers/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNOME Bonobo monikers "
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gnome-vfs libbonobo"
     1.8 -BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.gnome.org"
    1.12  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="gnome-vfs libbonobo"
    1.15 +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -30,7 +32,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/
    1.24 -	cp -a $_pkg/usr/lib $fs/usr
    1.25 +	cp -a $install/usr/lib $fs/usr
    1.26  	
    1.27  	# Clean unwated files
    1.28  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;