From 6c0032ef0c4f1ff1c6b1ad14c2c084b8b6017351 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 May 2014 21:10:52 +0200 Subject: [PATCH] libnxml: move static lib to -devel; correct homepage. --- srcpkgs/libnxml/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libnxml/template b/srcpkgs/libnxml/template index deaa31f3468..f3eb551cfac 100644 --- a/srcpkgs/libnxml/template +++ b/srcpkgs/libnxml/template @@ -1,21 +1,22 @@ # Template file for 'libnxml' pkgname=libnxml version=0.18.3 -revision=1 +revision=2 build_style=gnu-configure short_desc="A C library for parsing, writing and creating XML" maintainer="Enno Boland " license="LGPL-2" -homepage="http://www.libssh.org/" +homepage="http://www.autistici.org/bakunin/libnxml/doc/" makedepends="libcurl-devel" distfiles="http://www.autistici.org/bakunin/$pkgname/${pkgname}-${version}.tar.gz" checksum="0f9460e3ba16b347001caf6843f0050f5482e36ebcb307f709259fd6575aa547" libnxml-devel_package() { - depends="${sourcepkg}>=${version} $makedepends" + depends="${sourcepkg}>=${version}_${revision} $makedepends" short_desc+=" - development files" pkg_install() { vmove usr/include + vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/lib/pkgconfig }