quesoglc: new port required by warzone2100

This commit is contained in:
Danny Rawlins 2009-04-04 17:26:46 +11:00
parent cee612e41b
commit c4738fd504
3 changed files with 30 additions and 0 deletions

12
quesoglc/.footprint Normal file
View File

@ -0,0 +1,12 @@
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/glc.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libGLC.a
-rwxr-xr-x root/root usr/lib/libGLC.la
lrwxrwxrwx root/root usr/lib/libGLC.so -> libGLC.so.0.0.7
lrwxrwxrwx root/root usr/lib/libGLC.so.0 -> libGLC.so.0.0.7
-rwxr-xr-x root/root usr/lib/libGLC.so.0.0.7
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/quesoglc.pc

1
quesoglc/.md5sum Normal file
View File

@ -0,0 +1 @@
1c8d394d4f41fa0c5b08eb7ead73c4ef quesoglc-0.7.2.tar.bz2

17
quesoglc/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services.
# URL: http://quesoglc.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: fontconfig mesa3d
name=quesoglc
version=0.7.2
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}