[arch-commits] CVS update of extra/office/psiconv (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Mar 30 20:48:41 UTC 2008
Date: Sunday, March 30, 2008 @ 16:48:41
Author: eric
Path: /home/cvs-extra/extra/office/psiconv
Modified: PKGBUILD (1.9 -> 1.10)
upgpkg: psiconv 0.9.8-2
rebuild against imagemagick 6.4.0.0, fixed config file location, added license and backup array, FSH man pages
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Index: extra/office/psiconv/PKGBUILD
diff -u extra/office/psiconv/PKGBUILD:1.9 extra/office/psiconv/PKGBUILD:1.10
--- extra/office/psiconv/PKGBUILD:1.9 Sun Jul 16 11:42:07 2006
+++ extra/office/psiconv/PKGBUILD Sun Mar 30 16:48:41 2008
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD,v 1.9 2006/07/16 15:42:07 andyrtr Exp $
+# $Id: PKGBUILD,v 1.10 2008/03/30 20:48:41 eric Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=psiconv
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
arch=(i686 x86_64)
url="http://software.frodo.looijaard.name/psiconv/"
-depends=('imagemagick>=6.2.6')
+license=('GPL')
+depends=('imagemagick>=6.4.0.0')
makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
source=(http://software.frodo.looijaard.name/psiconv/files/psiconv-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+sha1sums=('dd12190f96ff5fc571700b093701daad7f996ac8')
build() {
cd ${startdir}/src/psiconv-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc/psiconv
+ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
make || return 1
make DESTDIR=${startdir}/pkg install
- find ${startdir}/pkg -name '*.la' -exec rm {} \;
}
More information about the arch-commits
mailing list