[arch-commits] Commit in (libpst libpst/repos libpst/trunk libpst/trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon May 18 21:05:10 UTC 2009


    Date: Monday, May 18, 2009 @ 17:05:10
  Author: jgc
Revision: 39534

Add new package

Added:
  libpst/
  libpst/repos/
  libpst/trunk/
  libpst/trunk/PKGBUILD

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

Added: libpst/trunk/PKGBUILD
===================================================================
--- libpst/trunk/PKGBUILD	                        (rev 0)
+++ libpst/trunk/PKGBUILD	2009-05-18 21:05:10 UTC (rev 39534)
@@ -0,0 +1,21 @@
+#$Id: $
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=libpst
+pkgver=0.6.37
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Outlook .pst file converter"
+url="http://www.five-ten-sg.com/libpst/"
+license=('GPL')
+depends=('gcc-libs>=4.4')
+options=('!libtool')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgname}-${pkgver}.tar.gz)
+md5sums=('bb53b2b379709ddf12e86670879e17e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --disable-static --enable-libpst-shared --disable-dii || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}




More information about the arch-commits mailing list