From a06db50cf58ba85ec5602889f9273ae2000d3814 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 3 Apr 2019 00:43:23 -0300 Subject: [PATCH] libxo: update to 1.0.2. --- srcpkgs/libxo/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxo/template b/srcpkgs/libxo/template index 5ad84b5b1a3..46a2692b21d 100644 --- a/srcpkgs/libxo/template +++ b/srcpkgs/libxo/template @@ -1,17 +1,20 @@ # Template file for 'libxo' pkgname=libxo -version=0.9.0 +version=1.0.2 revision=1 build_style=gnu-configure +configure_args="--disable-static" short_desc="Library for programs to output XML, JSON and HTML" maintainer="maxice8 " license="BSD-2-Clause" homepage="https://juniper.github.io/libxo/libxo-manual.html" distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz" -checksum=81fa2843e9d2695b6308a900e52e67d0489979f42e77dae1a5b0c6a4c584fc63 +checksum=631b52a9184b034308ae3f710d0c9beaf0e58ee3c419ce604f4b1be013aace6b post_install() { vlicense Copyright + + rm -rf ${DESTDIR}/usr/share/doc/libxo/Copyright } libxo-devel_package() { @@ -23,12 +26,12 @@ libxo-devel_package() { vmove usr/lib/pkgconfig vmove usr/share/man/man3 vmove "usr/lib/*.so" - vmove "usr/lib/*.a" + vmove usr/share/libxo + vmove "usr/lib/libxo/encoder/*.so" } } libxo-progs_package() { - depends="libxo" short_desc+=" - programs and utilities" pkg_install() { vmove usr/bin