wok view libfox-utils/receipt @ rev 6639
Updated website url of intltool.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 14:42:22 2010 +0000 (2010-10-10) |
parents | 8752c40cc534 |
children | c8256426be90 |
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 SUGGESTED="nvidia"
13 WANTED="libfox"
14 SOURCE="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/share
21 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
22 cp -a $_pkg/usr/share/man $fs/usr/share
23 cp -a $_pkg/usr/bin/* $fs/usr/bin
25 rm $fs/usr/bin/fox-config
26 chmod +x $fs/usr/bin/*
27 }