libestr: update to 0.1.9.
This commit is contained in:
parent
07356f3957
commit
3fa4a28964
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'libestr'
|
||||
pkgname=libestr
|
||||
version=0.1.5
|
||||
version=0.1.9
|
||||
revision=1
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -17,12 +17,13 @@ libestr-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libestr_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue