diff options
author | sibel <lesibel@free.fr> | 2011-03-12 15:10:27 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-12 15:10:27 +0100 |
commit | 7b51413efbc774e524b4b2edce6bdf7948171b7b (patch) | |
tree | 7c778b14a33e79d5bdc8956680f8297785932865 /extra/freeglut/Pkgfile | |
parent | a86b75918c312b0202d5d25d4787fbb71d3ad2c6 (diff) | |
download | nutyx-extra-7b51413efbc774e524b4b2edce6bdf7948171b7b.tar.gz nutyx-extra-7b51413efbc774e524b4b2edce6bdf7948171b7b.tar.bz2 nutyx-extra-7b51413efbc774e524b4b2edce6bdf7948171b7b.tar.xz nutyx-extra-7b51413efbc774e524b4b2edce6bdf7948171b7b.zip |
freeglut, maj 2.6.0-1
Diffstat (limited to 'extra/freeglut/Pkgfile')
-rwxr-xr-x | extra/freeglut/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/freeglut/Pkgfile b/extra/freeglut/Pkgfile index 036fc1847..778494b80 100755 --- a/extra/freeglut/Pkgfile +++ b/extra/freeglut/Pkgfile @@ -2,18 +2,18 @@ # URL: http://freeglut.sourceforge.net/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: mesa3d +# Depends on: mesa3d, xorg-libxi # Run on: mesa3d name=freeglut -version=2.4.0 +version=2.6.0 release=1 -source=(http://downloads.sourceforge.net/freeglut//$name-$version.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/glut-cursor-inherit.patch) +source=(http://downloads.sourceforge.net/freeglut//$name-$version.tar.gz) +# http://nutyx.meticul.eu/files/patchs/$name/glut-cursor-inherit.patch) build() { cd $name-$version - patch -Np1 -i ../glut-cursor-inherit.patch - sed -i 's/-Werror//' configure +# patch -Np1 -i ../glut-cursor-inherit.patch +# sed -i 's/-Werror//' configure ./configure --prefix=/usr make all make DESTDIR=$PKG install |