libxslt: add missing rundep to -devel subpkg.
This commit is contained in:
parent
98c0850d18
commit
4c12a421d4
4 changed files with 2 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxslt-devel'.
|
# Template file for 'libxslt-devel'.
|
||||||
#
|
#
|
||||||
depends="libxslt>=${version}"
|
depends="libxml2-devel libxslt-${version}_${revision}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
libexslt.so.0
|
libexslt.so.0
|
||||||
libgcrypt.so.11
|
|
||||||
libgpg-error.so.0
|
|
||||||
libxslt.so.1
|
libxslt.so.1
|
||||||
libxml2.so.2
|
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
|
libpython2.7.so.1.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libz.so.1
|
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libgcrypt.so.11
|
libgcrypt.so.11
|
||||||
libgpg-error.so.0
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libxslt'.
|
# Template build file for 'libxslt'.
|
||||||
pkgname=libxslt
|
pkgname=libxslt
|
||||||
version=1.1.27
|
version=1.1.27
|
||||||
revision=1
|
revision=2
|
||||||
subpackages="${pkgname}-devel ${pkgname}-python"
|
subpackages="${pkgname}-devel ${pkgname}-python"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue