UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

freeglut

Freeglut is intended to be a 100% compatible, completely opensourced clone of the GLUT library.

Package info

Template:
Codename: freeglut
Source file: freeglut-3.4.0.tar.gz
Source file size: 413389
Source file MD5-checkum: f1621464e6525d0368976870cab8f418
Source directory: freeglut-3.4.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/freeglut-3.4.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/freeglut-3.4.0.tar.gz.md5sum
Dependances: cmake, mesa, glu.
Dependance of: tiff.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="-DFREEGLUT_BUILD_STATIC_LIBS=OFF"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="-DFREEGLUT_BUILD_STATIC_LIBS=ON"
fi

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr       \
      -DCMAKE_BUILD_TYPE=Release        \
      -DFREEGLUT_BUILD_DEMOS=OFF        \
      $ARG_STATIC  \
      -Wno-dev ..

Build script:
cd    build &&
make

Install script:
cd    build &&
make install