summaryrefslogtreecommitdiff
path: root/libxslt/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-04-10 17:52:33 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-04-10 17:52:33 +0200
commitb89a23ac002db2e6a5577c1f4215cb33ce57cc5d (patch)
tree314fce6d5201f4882ffff17aa251a7203d6a2d1f /libxslt/Pkgfile
parent7f8e57864c2dfafebb8670c13338dcaeead79995 (diff)
downloadopt-b89a23ac002db2e6a5577c1f4215cb33ce57cc5d.tar.gz
opt-b89a23ac002db2e6a5577c1f4215cb33ce57cc5d.tar.xz
libxslt: updated to 1.1.23.
Diffstat (limited to 'libxslt/Pkgfile')
-rw-r--r--libxslt/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile
index fa1aa1655..0003068ad 100644
--- a/libxslt/Pkgfile
+++ b/libxslt/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: libxml2
name=libxslt
-version=1.1.20
+version=1.1.23
release=1
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
+ ./configure --prefix=/usr --mandir=/usr/man \
--without-python
make
make DESTDIR=$PKG install

Generated by cgit