From 3fa4a2896415d52bbbbf709b22e8d49a3ac6d2ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 11 Dec 2013 16:36:04 +0100 Subject: [PATCH] libestr: update to 0.1.9. --- srcpkgs/libestr/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libestr/template b/srcpkgs/libestr/template index ca988a0a50c..5382bbb85bf 100644 --- a/srcpkgs/libestr/template +++ b/srcpkgs/libestr/template @@ -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 " 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 } }