diff options
author | sibel <lesibel@free.fr> | 2011-01-02 19:08:54 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-02 19:08:54 +0100 |
commit | 36a5da528e7ad6e888a4f974632549d2237ab53c (patch) | |
tree | f74e95b87e81a3d85c2bd26ea7281ed381c4b024 /extra/libpst/Pkgfile | |
parent | 34bc02830c211bbd64c3dd458a10f6b5542d0a9e (diff) | |
download | nutyx-pakxe-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.gz nutyx-pakxe-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.bz2 nutyx-pakxe-36a5da528e7ad6e888a4f974632549d2237ab53c.tar.xz nutyx-pakxe-36a5da528e7ad6e888a4f974632549d2237ab53c.zip |
libpst#0.6.49-1, maj port
Diffstat (limited to 'extra/libpst/Pkgfile')
-rwxr-xr-x | extra/libpst/Pkgfile | 4 |
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 } |