# Depends on: python boost libgsf

description="Outlook .pst file converter."
url="http://www.five-ten-sg.com/libpst/"
maintainer="http://linuxfromscratch.org/"
packager="thierryn1 at hispeed dot ch"

name=libpst
version=0.6.66
release=2

source=(http://www.five-ten-sg.com/libpst/packages/${name}-${version}.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man \
      --disable-static --enable-libpst-shared --disable-dii
make
make DESTDIR=$PKG install
}
  
