### this file is sourced not run
PKGVER=0.6.72
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libpst-$PKGVER.tar.gz
MD5SUM=0085c9769a163e7ac59dba6518e0cc1e
SRC_URL=http://www.five-ten-sg.com/libpst/packages/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libpst: libpst $PKGVER (Read MS Outlook PST Files)
libpst: 
libpst: libpst is a library and utilities package to convert MS Outlook PST 
libpst: files to common mailbox format used in Unix such as mbox, and other 
libpst: formats. You can also extract contact information.
libpst: 
libpst: http://www.five-ten-sg.com/libpst/
libpst: 
libpst: 
libpst: 
libpst: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-python --enable-libpst-shared"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



