quesoglc: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent af612d0b8e
commit 51354768b3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,12 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39CmVSSr3npKMDgpC6jTWdeF3zuSuI/nb3Z7l2NUT/vx3ChGWqAsacGsA87zNPCVccrGmaG8zPfyIQZ4/iB0UAg=
SHA256 (Pkgfile) = 2d4c6e61f0f36064cbafa2043fb2aed095dc0acada34f750e9b5a19ce2471c09
SHA256 (.footprint) = 086c376679aed7158c59cdb8e8b112fa739e991e41d2378c878fe22beb076eda
SHA256 (quesoglc-0.7.2.tar.bz2) = 54fef2ee685172df344d06ff4699a441143b87abed0d514524adc4f89ba4c931

View File

@ -1,16 +0,0 @@
# Description: The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services.
# URL: http://quesoglc.sourceforge.net/
# Maintainer: unmaintained
# Depends on: fontconfig glu
name=quesoglc
version=0.7.2
release=1
source=(http://downloads.sourceforge.net/project/quesoglc/$version/quesoglc-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}