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

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 91ed8fa372e3
children c86e41198e76
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 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org"
10 WANTED="gnome-vfs-monikers"
12 DEPENDS="gnome-vfs libbonobo"
13 BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/lib $fs/usr
21 # Clean unwated files
22 cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;
24 }