libestr: update to 0.1.9.

This commit is contained in:
Juan RP 2013-12-11 16:36:04 +01:00
parent 07356f3957
commit 3fa4a28964
1 changed files with 4 additions and 3 deletions

View File

@ -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
}
}