libxslt: add missing rundep to -devel subpkg.
This commit is contained in:
parent
98c0850d18
commit
4c12a421d4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libxslt-devel'.
|
||||
#
|
||||
depends="libxslt>=${version}"
|
||||
depends="libxml2-devel libxslt-${version}_${revision}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
libexslt.so.0
|
||||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
libxslt.so.1
|
||||
libxml2.so.2
|
||||
libz.so.1
|
||||
librt.so.1
|
||||
libpthread.so.0
|
||||
libdl.so.2
|
||||
libutil.so.1
|
||||
libm.so.6
|
||||
libpython2.7.so.1.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
librt.so.1
|
||||
libxml2.so.2
|
||||
libc.so.6
|
||||
libz.so.1
|
||||
libm.so.6
|
||||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libxslt'.
|
||||
pkgname=libxslt
|
||||
version=1.1.27
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="${pkgname}-devel ${pkgname}-python"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
|
Loading…
Reference in New Issue