summaryrefslogtreecommitdiff
path: root/libre/ghostscript-libre/SRCBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-30 12:41:17 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-30 12:41:17 -0300
commite68d976a35ac019eaad2d80b2818748211176d5b (patch)
tree716c653396b08e05e12b6acc97d06bb7cb9fd72c /libre/ghostscript-libre/SRCBUILD
parente855f30d427d16dc9b9eada81e48c6acd2400793 (diff)
parent35c8fd0c42370098fe43db71c93aa22b4d41507b (diff)
downloadabslibre-e68d976a35ac019eaad2d80b2818748211176d5b.tar.gz
abslibre-e68d976a35ac019eaad2d80b2818748211176d5b.tar.bz2
abslibre-e68d976a35ac019eaad2d80b2818748211176d5b.zip
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Conflicts: libre/your-freedom/PKGBUILD
Diffstat (limited to 'libre/ghostscript-libre/SRCBUILD')
-rw-r--r--libre/ghostscript-libre/SRCBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/libre/ghostscript-libre/SRCBUILD b/libre/ghostscript-libre/SRCBUILD
deleted file mode 100644
index dc28e857e..000000000
--- a/libre/ghostscript-libre/SRCBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 123066 2011-05-07 23:01:49Z stephane $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Maintainer (Parabola): xihh
-
-pkgname=ghostscript-libre
-pkgver=9.04
-pkgrel=5
-pkgdesc="An interpreter for the PostScript language without non-free files"
-arch=('any')
-license=('GPL3') #non free files removed
-url="http://www.ghostscript.com/"
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
-md5sums=('9f6899e821ab6d78ab2c856f10fa3023')
-options=(!strip !docs !libtool !emptydirs !zipman !purge)
-
-build() {
- cd ${srcdir}/ghostscript-${pkgver}
-
- export PKGEXT=.src.tar.xz
-
- # delete non-free packages
- grep -l "are not altered" Resource/CMap/* | xargs rm -fv
-}
-
-package() {
- cd ${srcdir}
- export PKGEXT=.src.tar.xz
- export PKGDEST=${startdir}
-
- mv ghostscript-${pkgver} ${pkgdir}/
-
-}