diff options
author | root <root@rshg054.dnsready.net> | 2011-09-14 23:14:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-14 23:14:41 +0000 |
commit | d5effc9aadfb9ed5890376ca9497eef52fafcf83 (patch) | |
tree | f630036c6ee41473fffa6086618dcc803d1fe391 /extra/psiconv/PKGBUILD | |
parent | a712dc92423a31a4d3ab34fe660df550feebf442 (diff) |
Wed Sep 14 23:14:41 UTC 2011
Diffstat (limited to 'extra/psiconv/PKGBUILD')
-rw-r--r-- | extra/psiconv/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/psiconv/PKGBUILD b/extra/psiconv/PKGBUILD index 0fb78ec8b..10aa041e6 100644 --- a/extra/psiconv/PKGBUILD +++ b/extra/psiconv/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86765 2010-08-03 22:27:52Z ibiru $ +# $Id: PKGBUILD 137993 2011-09-13 21:30:15Z eric $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=psiconv pkgver=0.9.8 -pkgrel=7 +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/" @@ -21,6 +21,10 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man - make || return 1 + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } |