gv: removed

This commit is contained in:
Juergen Daubert 2019-02-03 12:59:06 +01:00
parent 7fc393c9b8
commit 77a14714bf
3 changed files with 0 additions and 36 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gv
-rwxr-xr-x root/root usr/bin/gv-update-userconfig
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gv/
-rw-r--r-- root/root usr/share/gv/GV
-rw-r--r-- root/root usr/share/gv/gv_system.ad
drwxr-xr-x root/root usr/share/gv/safe-gs-workdir/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gv-update-userconfig.1.gz
-rw-r--r-- root/root usr/share/man/man1/gv.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ebMjjGtxs2XB4hWISGnrGUzl9Nhn3RRiVGj0m3Ay5bA1rk6pSU6FO2dJX39thfaY5HktuYsY5zraZ2ch3XXRQo=
SHA256 (Pkgfile) = 0f0802017d9529febcc38cda6112e454bca6cbb6f9870ee550b443ad2930a68a
SHA256 (.footprint) = 1825834beec0e771c1fb8d561e868c7c2c4132a9e216412a69ec7c8b92b9027d
SHA256 (gv-3.7.4.tar.gz) = 2162b3b3a95481d3855b3c4e28f974617eef67824523e56e20b56f12fe201a61

View File

@ -1,18 +0,0 @@
# Description: GhostView, Postscript/PDF viewer
# URL: http://www.gnu.org/software/gv/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xaw3d, ghostscript
name=gv
version=3.7.4
release=3
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
sed -r -i 's/(-sDEVICE=)pswrite/\1ps2write/' src/Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}