summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/Pkgfile15
1 files changed, 9 insertions, 6 deletions
diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile
index a0d980122..954ab47b3 100644
--- a/libxslt/Pkgfile
+++ b/libxslt/Pkgfile
@@ -7,18 +7,21 @@
name=libxslt
version=1.1.15
release=1
-source=(ftp://xmlsoft.org/$name-$version.tar.gz)
+source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
-build () {
+build() {
cd $name-$version
- ./configure --prefix=/usr --without-python
+ ./configure --prefix=/usr \
+ --without-python
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc $PKG/usr/share
# move manpages
if [ -e $PKG/usr/man/man4/libxslt.4 ]; then
- (cd $PKG/usr/man;
- mkdir man3;
- mv man4/libxslt.4 man3/libxslt.3)
+ (
+ cd $PKG/usr/man
+ mkdir man3
+ mv man4/libxslt.4 man3/libxslt.3
+ )
fi
}

Generated by cgit