quesoglc: new port required by warzone2100
This commit is contained in:
parent
cee612e41b
commit
c4738fd504
12
quesoglc/.footprint
Normal file
12
quesoglc/.footprint
Normal 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
1
quesoglc/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1c8d394d4f41fa0c5b08eb7ead73c4ef quesoglc-0.7.2.tar.bz2
|
17
quesoglc/Pkgfile
Normal file
17
quesoglc/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user