mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ghostscript to 9.19-3
This commit is contained in:
parent
0d9562ca34
commit
d009cbcc6a
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=ghostscript
|
||||
pkgver=9.19
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="An interpreter for the PostScript language"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('AGPL' 'custom')
|
||||
|
@ -57,8 +57,8 @@ build() {
|
|||
--with-system-libtiff \
|
||||
--with-libpaper \
|
||||
--disable-compile-inits #--help # needed for linking with system-zlib
|
||||
make so
|
||||
make
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -67,6 +67,9 @@ package() {
|
|||
cups_serverroot="${pkgdir}"/etc/cups \
|
||||
cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
|
||||
|
||||
# drop full libs linked gs, prefer gsc dynamically linked against libgs; FS#50422
|
||||
ln -sf /usr/bin/gsc "${pkgdir}"/usr/bin/gs
|
||||
|
||||
# install missing doc files # http://bugs.archlinux.org/task/18023
|
||||
install -m 644 "${srcdir}"/ghostscript-${pkgver}/doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt} "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
|
||||
|
||||
|
|
Loading…
Reference in a new issue