Date: Monday, September 12, 2011 @ 01:31:24
  Author: eric
Revision: 137869

db-move: moved psiconv from [staging] to [testing] (i686)

Added:
  psiconv/repos/testing-i686/
  psiconv/repos/testing-i686/PKGBUILD
    (from rev 137860, psiconv/repos/staging-i686/PKGBUILD)
Deleted:
  psiconv/repos/staging-i686/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: psiconv/repos/testing-i686/PKGBUILD (from rev 137860, 
psiconv/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2011-09-12 05:31:24 UTC (rev 137869)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=8
+pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
+arch=('i686' 'x86_64')
+url="http://software.frodo.looijaard.name/psiconv/";
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Reply via email to