libxslt: picked up orphand port
This commit is contained in:
parent
f2784071fa
commit
9a34ea97c6
@ -1,6 +1,7 @@
|
||||
# Description: XSL Transformations library
|
||||
# Description: XSL Transformations library.
|
||||
# URL: http://xmlsoft.org/XSLT/
|
||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# Depends on: libxml2
|
||||
|
||||
name=libxslt
|
||||
@ -10,16 +11,20 @@ source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man \
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--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
|
||||
if [ -e $PKG/usr/man/man4/libxslt.4 ]; then
|
||||
(cd $PKG/usr/man
|
||||
mkdir man3
|
||||
mv man4/libxslt.4 man3/libxslt.3)
|
||||
mkdir man3
|
||||
mv man4/libxslt.4 man3/libxslt.3)
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user