summaryrefslogtreecommitdiffstats
path: root/extra/libpst/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 19:08:54 +0100
committersibel <lesibel@free.fr>2011-01-02 19:08:54 +0100
commit36a5da528e7ad6e888a4f974632549d2237ab53c (patch)
treef74e95b87e81a3d85c2bd26ea7281ed381c4b024 /extra/libpst/Pkgfile
parent34bc02830c211bbd64c3dd458a10f6b5542d0a9e (diff)
downloadnutyx-extra-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.gz
nutyx-extra-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.bz2
nutyx-extra-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.xz
nutyx-extra-36a5da528e7ad6e888a4f974632549d2237ab53c.zip
libpst#0.6.49-1, maj port
Diffstat (limited to 'extra/libpst/Pkgfile')
-rwxr-xr-xextra/libpst/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libpst/Pkgfile b/extra/libpst/Pkgfile
index e832e60ef..fe54c46e3 100755
--- a/extra/libpst/Pkgfile
+++ b/extra/libpst/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: python, boost
name=libpst
-version=0.6.41
+version=0.6.49
release=1
source=( http://www.five-ten-sg.com/libpst/packages/$name-$version.tar.gz)
@@ -16,7 +16,7 @@ build() {
./configure --prefix=/usr\
--mandir=/usr/share/man\
--infodir=/usr/share/info \
- --disable-static --enable-libpst-shared --disable-dii
+ --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
make
make DESTDIR=$PKG install
}