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

c_icap-dev, clamav-dev, collectd-apache, collectd-dev, gdal-bin, gdal-datas, gdal-dev, geos-dev, gnome-keyring-dev, gnome-vfs-monikers-dev, libgdal, libgnomeui-dev, memcached-dev, postgis-gui, proj-dev, sarg-php, swfdec-dev, xfe-extras: remove unused TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 22:10:01 2012 +0200 (2012-08-04)
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 }