summaryrefslogtreecommitdiffstats
path: root/freeglut
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /freeglut
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'freeglut')
-rw-r--r--freeglut/.footprint.i68617
-rw-r--r--freeglut/.footprint.x86_6417
-rw-r--r--freeglut/.md5sum.i6861
-rw-r--r--freeglut/.md5sum.x86_641
-rwxr-xr-xfreeglut/Pkgfile23
5 files changed, 59 insertions, 0 deletions
diff --git a/freeglut/.footprint.i686 b/freeglut/.footprint.i686
new file mode 100644
index 000000000..f349642be
--- /dev/null
+++ b/freeglut/.footprint.i686
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/GL/
+-rw-r--r-- root/root usr/include/GL/freeglut.h
+-rw-r--r-- root/root usr/include/GL/freeglut_ext.h
+-rw-r--r-- root/root usr/include/GL/freeglut_std.h
+-rw-r--r-- root/root usr/include/GL/glut.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libglut.a
+-rwxr-xr-x root/root usr/lib/libglut.la
+lrwxrwxrwx root/root usr/lib/libglut.so -> libglut.so.3.9.0
+lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.9.0
+-rwxr-xr-x root/root usr/lib/libglut.so.3.9.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/freeglut/
+-rw-r--r-- root/root usr/share/licenses/freeglut/COPYING
diff --git a/freeglut/.footprint.x86_64 b/freeglut/.footprint.x86_64
new file mode 100644
index 000000000..f349642be
--- /dev/null
+++ b/freeglut/.footprint.x86_64
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/GL/
+-rw-r--r-- root/root usr/include/GL/freeglut.h
+-rw-r--r-- root/root usr/include/GL/freeglut_ext.h
+-rw-r--r-- root/root usr/include/GL/freeglut_std.h
+-rw-r--r-- root/root usr/include/GL/glut.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libglut.a
+-rwxr-xr-x root/root usr/lib/libglut.la
+lrwxrwxrwx root/root usr/lib/libglut.so -> libglut.so.3.9.0
+lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.9.0
+-rwxr-xr-x root/root usr/lib/libglut.so.3.9.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/freeglut/
+-rw-r--r-- root/root usr/share/licenses/freeglut/COPYING
diff --git a/freeglut/.md5sum.i686 b/freeglut/.md5sum.i686
new file mode 100644
index 000000000..73d61e2ac
--- /dev/null
+++ b/freeglut/.md5sum.i686
@@ -0,0 +1 @@
+39f0f2de89f399529d2b981188082218 freeglut-2.6.0.tar.gz
diff --git a/freeglut/.md5sum.x86_64 b/freeglut/.md5sum.x86_64
new file mode 100644
index 000000000..73d61e2ac
--- /dev/null
+++ b/freeglut/.md5sum.x86_64
@@ -0,0 +1 @@
+39f0f2de89f399529d2b981188082218 freeglut-2.6.0.tar.gz
diff --git a/freeglut/Pkgfile b/freeglut/Pkgfile
new file mode 100755
index 000000000..778494b80
--- /dev/null
+++ b/freeglut/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Fournit des fonctionalités a de petit programmes en OpenGL
+# URL: http://freeglut.sourceforge.net/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: mesa3d, xorg-libxi
+# Run on: mesa3d
+
+name=freeglut
+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)
+build() {
+ cd $name-$version
+# patch -Np1 -i ../glut-cursor-inherit.patch
+# sed -i 's/-Werror//' configure
+ ./configure --prefix=/usr
+ make all
+ make DESTDIR=$PKG install
+ install -m755 -d $PKG/usr/share/licenses/$name
+ install -m644 COPYING $PKG/usr/share/licenses/$name/
+}
+