wok view libfox-utils/receipt @ rev 2753

xcb-util: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 26 13:50:09 2009 +0200 (2009-04-26)
parents 8c8d1dfb63df
children 583bdd691510
line source
1 # SliTaz package receipt.
3 PACKAGE="libfox-utils"
4 VERSION="1.6.33"
5 CATEGORY="development"
6 SHORT_DESC="Development files for the FOX-toolkit."
7 MAINTAINER="chadi.elahmad@gmail.com"
9 WEB_SITE="http://www.fox-toolkit.org/"
11 DEPENDS="libfox expat tiff"
12 WANTED="libfox"
13 SOURCE="fox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/share
20 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
21 cp -a $_pkg/usr/share/man $fs/usr/share
22 cp -a $_pkg/usr/bin/* $fs/usr/bin
24 rm $fs/usr/bin/fox-config
25 chmod +x $fs/usr/bin/*
26 }