mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libestr: update to 0.1.9.
This commit is contained in:
parent
07356f3957
commit
3fa4a28964
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libestr'
|
# Template file for 'libestr'
|
||||||
pkgname=libestr
|
pkgname=libestr
|
||||||
version=0.1.5
|
version=0.1.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static ac_cv_func_malloc_0_nonnull=yes"
|
configure_args="ac_cv_func_malloc_0_nonnull=yes"
|
||||||
short_desc="C library for string processing"
|
short_desc="C library for string processing"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -17,12 +17,13 @@ libestr-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libestr_package() {
|
libestr_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue