summaryrefslogtreecommitdiff
path: root/freeglut
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-01-26 19:29:17 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-01-26 19:29:17 +1100
commit620bb176811e020e223e07f1db0b5bbabf3631bd (patch)
tree36cfb9e8d2627878887b1af3ed001d601d186e61 /freeglut
parent72c3457642d9a0a9f1dadb9dd4305951e32e36f9 (diff)
downloadopt-620bb176811e020e223e07f1db0b5bbabf3631bd.tar.gz
opt-620bb176811e020e223e07f1db0b5bbabf3631bd.tar.xz
freeglut: 2.8.1 -> 3.0.0
Diffstat (limited to 'freeglut')
-rw-r--r--freeglut/.footprint9
-rw-r--r--freeglut/.md5sum2
-rw-r--r--freeglut/Pkgfile13
3 files changed, 13 insertions, 11 deletions
diff --git a/freeglut/.footprint b/freeglut/.footprint
index f47d1b074..8db5ffd9f 100644
--- a/freeglut/.footprint
+++ b/freeglut/.footprint
@@ -7,7 +7,8 @@ drwxr-xr-x root/root usr/include/GL/
-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
+lrwxrwxrwx root/root usr/lib/libglut.so -> libglut.so.3
+lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.10.0
+-rwxr-xr-x root/root usr/lib/libglut.so.3.10.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/freeglut.pc
diff --git a/freeglut/.md5sum b/freeglut/.md5sum
index 4809b3a37..907eea3b7 100644
--- a/freeglut/.md5sum
+++ b/freeglut/.md5sum
@@ -1 +1 @@
-918ffbddcffbac83c218bc52355b6d5a freeglut-2.8.1.tar.gz
+90c3ca4dd9d51cf32276bc5344ec9754 freeglut-3.0.0.tar.gz
diff --git a/freeglut/Pkgfile b/freeglut/Pkgfile
index 04548d3c4..9de2a471c 100644
--- a/freeglut/Pkgfile
+++ b/freeglut/Pkgfile
@@ -5,19 +5,20 @@
# Depends on: glu xorg-libxi
name=freeglut
-version=2.8.1
+version=3.0.0
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- sed -i -e 's/^SUBDIRS = src include progs doc/SUBDIRS = src include doc/' Makefile.in
+ install -d build
+ cd build
- ./configure \
- --prefix=/usr \
- --disable-warnings \
- --disable-dependency-tracking
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install

Generated by cgit