From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libpst/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 libpst/Pkgfile (limited to 'libpst/Pkgfile') diff --git a/libpst/Pkgfile b/libpst/Pkgfile new file mode 100755 index 000000000..dbcc42ced --- /dev/null +++ b/libpst/Pkgfile @@ -0,0 +1,26 @@ +# Description: Convertisseur Outlook.pst pour evolution +# URL: http://www.five-ten-sg.com/libpst/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: python, boost +# Run on: python,boost + +name=libpst +version=0.6.53 +release=1 +source=( http://www.five-ten-sg.com/libpst/packages/$name-$version.tar.gz) + + + +build() { + cd $name-$version + ./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info \ + --disable-static \ + --enable-libpst-shared \ + --disable-dii \ + PYTHON_VERSION=2 + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf