mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libxls: update to 1.5.1.
This commit is contained in:
parent
b6111fa41e
commit
972c6dcf99
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxls'
|
# Template file for 'libxls'
|
||||||
pkgname=libxls
|
pkgname=libxls
|
||||||
version=1.5.0
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-prefix=lib --enable-static"
|
configure_args="--program-prefix=lib --enable-static"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-clause"
|
license="BSD-2-clause"
|
||||||
homepage="https://github.com/libxls/libxls"
|
homepage="https://github.com/libxls/libxls"
|
||||||
distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz"
|
distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz"
|
||||||
checksum=c53a55187aeb0545e6fb5cfc89ad9521af80b1afc7eff407ac94c1bd59a64202
|
checksum=3bc88501529ce3909457fedfc5cc6c8c5a8aaaab17ca5cbbfad317b61e465535
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed '/^$/q' include/xls.h >LICENSE
|
sed '/^$/q' include/xls.h >LICENSE
|
||||||
|
@ -20,6 +20,7 @@ libxls-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue