wok diff gnome-vfs-monikers-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 91ed8fa372e3
children c86e41198e76
line diff
     1.1 --- a/gnome-vfs-monikers-dev/receipt	Sat Aug 04 22:10:01 2012 +0200
     1.2 +++ b/gnome-vfs-monikers-dev/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNOME Bonobo monikers dev files "
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +WEB_SITE="http://www.gnome.org"
     1.9 +WANTED="gnome-vfs-monikers"
    1.10 +
    1.11  DEPENDS="gnome-vfs libbonobo"
    1.12  BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev"
    1.13 -WEB_SITE="http://www.gnome.org"
    1.14 -WANTED="gnome-vfs-monikers"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr
    1.20 -	cp -a $_pkg/usr/lib $fs/usr
    1.21 +	cp -a $install/usr/lib $fs/usr
    1.22  	
    1.23  	# Clean unwated files
    1.24  	cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;