wok view libfox-utils/receipt @ rev 5949

avidemux: fix build for gcc45 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 03 14:58:58 2010 +0200 (2010-08-03)
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 }