wok-stable view gnome-vfs-monikers-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
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 DEPENDS="gnome-vfs libbonobo"
9 BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.gnome.org"
12 WANTED="gnome-vfs-monikers"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $_pkg/usr/lib $fs/usr
20 # Clean unwated files
21 cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;
23 }