Date: Friday, July 5, 2013 @ 03:21:25 Author: bisson Revision: 93529 initial commit of paps
Added: paps/ paps/repos/ paps/trunk/ paps/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) Added: paps/trunk/PKGBUILD =================================================================== --- paps/trunk/PKGBUILD (rev 0) +++ paps/trunk/PKGBUILD 2013-07-05 01:21:25 UTC (rev 93529) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Gaetan Bisson <[email protected]> +# Contributor: Artyom 'logus' Pervukhin <[email protected]> +# Contributor: Tim Yang <[email protected]> + +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 +} Property changes on: paps/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
