wok-next diff freeglut/receipt @ rev 1934
Sylpheed upgrade to 2.6.0
author | hacker@aspic |
---|---|
date | Thu Dec 25 22:53:06 2008 +0100 (2008-12-25) |
parents | 67356fcbb83e |
children | 2db429fb192c |
line diff
1.1 --- a/freeglut/receipt Wed Jan 26 00:55:11 2005 +0000 1.2 +++ b/freeglut/receipt Thu Dec 25 22:53:06 2008 +0100 1.3 @@ -5,16 +5,12 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="OpenGL utility toolkit." 1.6 MAINTAINER="b1+slitaz@nagel.org" 1.7 +DEPENDS="xorg libgl libglu" 1.8 +BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa" 1.9 TARBALL="freeglut-$VERSION.tar.gz" 1.10 WEB_SITE="http://freeglut.sourceforge.net/" 1.11 WGET_URL="http://internap.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" 1.12 1.13 -# DEPENDS does not include mesa because libGL 1.14 -# might already be provided by a driver, and we do 1.15 -# not want mesa to clobber libGL 1.16 -DEPENDS="xorg mesa" 1.17 -BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa" 1.18 - 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 {