gl2ps: dropped

This commit is contained in:
John McQuah 2023-12-06 01:09:40 +00:00
parent 490d69b906
commit cb4c957e06
3 changed files with 0 additions and 44 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gl2ps.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgl2ps.a
lrwxrwxrwx root/root usr/lib/libgl2ps.so -> libgl2ps.so.1
lrwxrwxrwx root/root usr/lib/libgl2ps.so.1 -> libgl2ps.so.1.4.2
-rwxr-xr-x root/root usr/lib/libgl2ps.so.1.4.2
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/gl2ps/
-rw-r--r-- root/root usr/share/doc/gl2ps/gl2ps.pdf
-rw-r--r-- root/root usr/share/doc/gl2ps/gl2psTest.c
-rw-r--r-- root/root usr/share/doc/gl2ps/gl2psTestSimple.c

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxDoHG50yPoeA4N1gVFvqWtNnyJV6YujrFfmtqRphBY61B+OlD2/mO7T8Pdlhaigd1d1fU9W5lm2dKi8Vl0t1hwA=
SHA256 (Pkgfile) = 57eebb0cd87f84c23c7a620106e20396884878a33c0001c5326be73dc869e637
SHA256 (.footprint) = 9d9d8a9b3c19e9532eb72fb59765e8f3c064132bcf815f7929b331c4fbe69126
SHA256 (gl2ps-1.4.2.tgz) = 8d1c00c1018f96b4b97655482e57dcb0ce42ae2f1d349cd6d4191e7848d9ffe9

View File

@ -1,25 +0,0 @@
# Description: OpenGL to Postscript printing library
# URL: https://geuz.org/gl2ps/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libglvnd texlive
name=gl2ps
version=1.4.2
release=1
source=(https://geuz.org/$name/src/$name-$version.tgz)
build() {
cd $name-$version
export FORCE_SOURCE_DATE=1 # make pdftex adhere to SOURCE_DATE_EPOCH
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_EXE_LINKER_FLAGS=-lm ..
make -j ${JOBS:-1}
make DESTDIR=$PKG install
rm -f $PKG/usr/share/doc/gl2ps/{README,COPYING}*
}