summaryrefslogtreecommitdiff
path: root/community/paps/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/paps/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/paps/PKGBUILD')
-rw-r--r--community/paps/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/paps/PKGBUILD b/community/paps/PKGBUILD
deleted file mode 100644
index e5d0721de..000000000
--- a/community/paps/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 93533 2013-07-05 01:34:25Z bisson $
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
-# Contributor: Artyom 'logus' Pervukhin <logus9@gmail.com>
-# Contributor: Tim Yang <tdy@gmx.com>
-
-pkgname=paps
-pkgver=0.6.8
-pkgrel=5
-pkgdesc='UTF-8 to PostScript converter via Pango'
-url='http://paps.sourceforge.net/'
-license=('LGPL')
-depends=('pango')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz")
-sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export LDFLAGS=${LDFLAGS/,--as-needed/}
- ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}