wok view gnome-vfs-dev/receipt @ rev 8349

Fix: gnuchess need -j1 to install.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 02 03:19:54 2011 +0000 (2011-02-02)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-vfs-dev"
4 VERSION="2.24.4"
5 CATEGORY="development"
6 SHORT_DESC="The GNOME Virtual File System libraries dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gnome-vfs"
9 WEB_SITE="http://www.gnome.org"
10 WANTED="gnome-vfs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/gnome-vfs-2.0 $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 # Clean unwated files
23 cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;
24 }