1
0
forked from ports/opt

freeglut: 3.0.0 -> 3.2.1

This commit is contained in:
Danny Rawlins 2019-11-02 19:28:52 +11:00
parent 40bc2beaa4
commit 094feb09bb
3 changed files with 20 additions and 11 deletions

View File

@ -4,11 +4,19 @@ 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/freeglut_ucall.h
-rw-r--r-- root/root usr/include/GL/glut.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/FreeGLUT/
-rw-r--r-- root/root usr/lib/cmake/FreeGLUT/FreeGLUTConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/FreeGLUT/FreeGLUTConfigVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/FreeGLUT/FreeGLUTTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/FreeGLUT/FreeGLUTTargets.cmake
-rw-r--r-- root/root usr/lib/libglut.a
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
lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.11.0
-rwxr-xr-x root/root usr/lib/libglut.so.3.11.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/freeglut.pc
lrwxrwxrwx root/root usr/lib/pkgconfig/freeglut.pc -> glut.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glut.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RpWys7XQnbvxhl4TV1Aghs+kcjPIlBKWFm30TfdsgpXCT+V214xV+xmAh40FTU9DSgL7a8Bn6zwNaxzfaPoewI=
SHA256 (Pkgfile) = 9006d99f79cbcebd98d1433a3410f5cd913454fcf3569adbab887bdcd1646213
SHA256 (.footprint) = cebeab8dec2574611164298a959b6c20b4930e116052c274f1f41d15d901699a
SHA256 (freeglut-3.0.0.tar.gz) = 2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2
RWSE3ohX2g5d/UoSYjG5jXhLvKjLAuBUuxgJ/Utr7VBVGAP8Ywh8IVLzB6BmjMQNPUQKoNhIXcBhKIHjsk+Bv5F6Pi/wvRri1QA=
SHA256 (Pkgfile) = 8d10e8a0d213c089df9b31a0037f967809c68e7e4211fc02d9193eb2cc5f1169
SHA256 (.footprint) = e1456ea754b868b14d770c08b877d10d842f5ea84e5170911f187ecdf7d7eedc
SHA256 (freeglut-3.2.1.tar.gz) = d4000e02102acaf259998c870e25214739d1f16f67f99cb35e4f46841399da68

View File

@ -1,13 +1,12 @@
# Description: a free alternative to the OpenGL Utility Toolkit (GLUT) library.
# Description: A free alternative to the OpenGL Utility Toolkit (GLUT) library.
# URL: http://freeglut.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: glu xorg-libxi
name=freeglut
version=3.0.0
version=3.2.1
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
@ -22,4 +21,6 @@ build() {
make
make DESTDIR=$PKG install
ln -s glut.pc $PKG/usr/lib/pkgconfig/freeglut.pc
}