summaryrefslogtreecommitdiffstats
path: root/extra/libpst/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-28 20:59:14 +0200
committerpiernov <piernov@piernov.org>2011-09-28 20:59:14 +0200
commitd7899b3da97fe5f73704459ddd983bb5c02c035c (patch)
tree93f9c681b31d4276fc30c409342e059a3a565680 /extra/libpst/Pkgfile
parentab03adab9d432598d5068b20eef4259126678252 (diff)
downloadnutyx-extra-d7899b3da97fe5f73704459ddd983bb5c02c035c.tar.gz
nutyx-extra-d7899b3da97fe5f73704459ddd983bb5c02c035c.tar.bz2
nutyx-extra-d7899b3da97fe5f73704459ddd983bb5c02c035c.tar.xz
nutyx-extra-d7899b3da97fe5f73704459ddd983bb5c02c035c.zip
libpst 0.6.53-1 màj port
Diffstat (limited to 'extra/libpst/Pkgfile')
-rwxr-xr-xextra/libpst/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/libpst/Pkgfile b/extra/libpst/Pkgfile
index e500b9706..dbcc42ced 100755
--- a/extra/libpst/Pkgfile
+++ b/extra/libpst/Pkgfile
@@ -6,7 +6,7 @@
# Run on: python,boost
name=libpst
-version=0.6.49
+version=0.6.53
release=1
source=( http://www.five-ten-sg.com/libpst/packages/$name-$version.tar.gz)
@@ -15,10 +15,12 @@ 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
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info \
+ --disable-static \
+ --enable-libpst-shared \
+ --disable-dii \
+ PYTHON_VERSION=2
make
make DESTDIR=$PKG install
}
-