[arch-commits] CVS update of extra/system/ghostscript (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 1 21:21:40 UTC 2007


    Date: Monday, October 1, 2007 @ 17:21:40
  Author: andyrtr
    Path: /home/cvs-extra/extra/system/ghostscript

Modified: PKGBUILD (1.40 -> 1.41)

updatepkg 8.60


----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)


Index: extra/system/ghostscript/PKGBUILD
diff -u extra/system/ghostscript/PKGBUILD:1.40 extra/system/ghostscript/PKGBUILD:1.41
--- extra/system/ghostscript/PKGBUILD:1.40	Sat Jul 21 22:32:12 2007
+++ extra/system/ghostscript/PKGBUILD	Mon Oct  1 17:21:40 2007
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD,v 1.40 2007/07/22 02:32:12 eric Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.41 2007/10/01 21:21:40 andyrtr Exp $
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
 pkgname=ghostscript
-pkgver=8.15.4
-pkgrel=3
+pkgver=8.60
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('libxext' 'libxt' 'libcups' 'fontconfig' 'gsfonts')
+depends=('libxext' 'libxt' 'libcups' 'fontconfig' 'gtk2')
 makedepends=('automake' 'autoconf')
 replaces=('ghostscript-lrpng')
 provides=('ghostscript-lprng')
-url="http://www.cups.org/espgs/"
+url="http://www.cs.wisc.edu/~ghost/"
+#url="http://www.cups.org/espgs/"
 install=ghostscript.install
-source=(http://ftp.easysw.com/pub/${pkgname}/${pkgver}/espgs-${pkgver}-source.tar.bz2)
-md5sums=('e74e0463e0bfb1cea3db245d8e71828c')
+source=(ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs860/ghostscript-${pkgver}.tar.bz2)
+md5sums=('89fc0a90e67caf151a9d6855200c68ca')
 options=('!libtool' '!makeflags')
 
 build() {
-  cd ${startdir}/src/espgs-${pkgver}
+  cd ${startdir}/src/ghostscript-${pkgver}
   [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
   # Build IJS
-  cd ${startdir}/src/espgs-${pkgver}/ijs
+  cd ${startdir}/src/ghostscript-${pkgver}/ijs
   aclocal
   autoconf
   automake --add-missing --copy || : # Ships with broken symlinks
@@ -32,10 +33,10 @@
               --with-jbig2dec --with-omni --with-x --with-drivers=ALL\
 	      --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts
   make || return 1
-  make install \
-       install_prefix=${startdir}/pkg \
-       cups_serverroot=${startdir}/pkg/etc/cups \
-       cups_serverbin=${startdir}/pkg/usr/lib/cups
+  make DESTDIR=${startdir}/pkg \
+	cups_serverroot=${startdir}/pkg/etc/cups \
+	cups_serverbin=${startdir}/pkg/usr/lib/cups install soinstall
+
   mkdir -p ${startdir}/pkg/usr/share/licenses/${pkgname}
   install -m644 LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/
 }




More information about the arch-commits mailing list