From 471df719fce281e4344bbe04d8082f1044b43b68 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 7 Aug 2018 16:27:53 +0200 Subject: [PATCH] libnxml: create configure script. --- srcpkgs/libnxml/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/libnxml/template b/srcpkgs/libnxml/template index 769a9db24e..ccc317bd37 100644 --- a/srcpkgs/libnxml/template +++ b/srcpkgs/libnxml/template @@ -4,6 +4,7 @@ version=0.18.3 revision=3 build_style=gnu-configure makedepends="libcurl-devel" +hostmakedepends="automake libtool" short_desc="A C library for parsing, writing and creating XML" maintainer="Enno Boland " license="LGPL-2.1-or-later" @@ -11,6 +12,11 @@ homepage="http://www.autistici.org/bakunin/libnxml/doc/" distfiles="https://github.com/bakulf/libnxml/archive/${version}.tar.gz" checksum=30d733bade81273fa8e66c40271f629a548da83fcd6037ff0105a4f2a4e6fd75 +pre_configure() { + touch NEWS + autoreconf -fi +} + libnxml-devel_package() { depends="${sourcepkg}>=${version}_${revision} $makedepends" short_desc+=" - development files"