libxslt: Fix doc directory, dependencies. Rebuild.
This commit is contained in:
parent
66a6702e28
commit
74eadf5b53
@ -2,13 +2,12 @@
|
||||
|
||||
pkgname=('libxslt' 'libxslt-devel' 'libxslt-python')
|
||||
pkgver=1.1.28
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="XML stylesheet transformation library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xmlsoft.org/XSLT/"
|
||||
license=('custom')
|
||||
depends=('libxml2' 'libgcrypt')
|
||||
makedepends=('python2' 'libxml2-devel' 'libgcrypt-devel')
|
||||
makedepends=('gcc' 'python2' 'libxml2-devel' 'libgcrypt-devel')
|
||||
checkdepends=('docbook-xml')
|
||||
options=('!libtool')
|
||||
source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz
|
||||
@ -42,8 +41,8 @@ build() {
|
||||
--enable-static \
|
||||
--with-crypto \
|
||||
--with-debugger \
|
||||
--with-html-dir=/usr/share/doc/${NAME} \
|
||||
--with-html-subdir=html \
|
||||
--with-html-dir=/usr/share/doc \
|
||||
--with-html-subdir=libxslt/html \
|
||||
--with-python=/usr/bin/python2
|
||||
|
||||
make
|
||||
@ -62,6 +61,7 @@ check() {
|
||||
}
|
||||
|
||||
package_libxslt() {
|
||||
depends=('libxml2' 'libgcrypt')
|
||||
groups=('libraries')
|
||||
|
||||
mkdir -p ${pkgdir}/usr/share
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user