wok-current diff gnome-vfs-monikers-dev/receipt @ rev 16025
syslinux/iso2exe: fix cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 07 10:50:10 2014 +0000 (2014-03-07) |
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 Fri Mar 07 10:50:10 2014 +0000 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 {} \;