wok-current diff gnome-vfs-monikers-dev/receipt @ rev 11368
ivman: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 09 10:29:11 2011 +0100 (2011-12-09) |
parents | |
children | 91ed8fa372e3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-vfs-monikers-dev/receipt Fri Dec 09 10:29:11 2011 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-vfs-monikers-dev" 1.7 +VERSION="2.15.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="GNOME Bonobo monikers dev files " 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gnome-vfs libbonobo" 1.12 +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.gnome.org" 1.15 +WANTED="gnome-vfs-monikers" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr 1.21 + cp -a $_pkg/usr/lib $fs/usr 1.22 + 1.23 + # Clean unwated files 1.24 + cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; 1.25 + 1.26 +} 1.27 +