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

updated potamus (15 -> 17)
author Hans-G?nter Theisgen
date Wed Jun 05 17:53:51 2019 +0100 (2019-06-05)
parents c86e41198e76
children
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="https://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 }