mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
libxml2: include static library in devel package
This commit is contained in:
parent
c2268bcef4
commit
91d3a3caff
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,9 @@
|
|||
#
|
||||
pkgname=libxml2
|
||||
version=2.9.10
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-threads --with-history --with-icu
|
||||
--without-python"
|
||||
configure_args="--with-threads --with-history --with-icu --without-python"
|
||||
hostmakedepends="automake libtool gettext-devel pkg-config"
|
||||
makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel"
|
||||
short_desc="Library providing XML and HTML support"
|
||||
|
@ -40,6 +39,7 @@ libxml2-devel_package() {
|
|||
vmove usr/share/doc/${sourcepkg}-${version}
|
||||
vmove "usr/share/man/man1/xml2-config*"
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue