wok view libfox-utils/receipt @ rev 3153

Up; ntfs-3g* (2009.4.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun May 24 12:27:14 2009 +0200 (2009-05-24)
parents 2ddc861c6696
children 8752c40cc534
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 libgl libglu"
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 }