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