wok view gnome-vfs-monikers-dev/receipt @ rev 13996

virtualbox-ose: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 12 21:37:50 2013 +0100 (2013-02-12)
parents 5647557ead5c
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-vfs-monikers-dev"
4 VERSION="2.15.3"
5 CATEGORY="development"
6 SHORT_DESC="GNOME Bonobo monikers dev files "
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gnome-vfs libbonobo"
9 BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev"
10 WEB_SITE="http://www.gnome.org"
11 WANTED="gnome-vfs-monikers"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
19 # Clean unwated files
20 cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;
22 }