wok-6.x view gnome-vfs-monikers-dev/receipt @ rev 22600
updated most of the claws-mail packages (3.9.3 -> 3.17.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 08 16:17:41 2020 +0100 (2020-01-08) |
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 }