From 4fcf16a9730fecbe4cb2689ce7b7ff5536b3d1ac Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Tue, 1 Jan 2013 11:49:04 +0100 Subject: [PATCH] libHX: update to 3.14.1. --- srcpkgs/libHX/libHX-devel.template | 3 --- srcpkgs/libHX/template | 15 ++------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/srcpkgs/libHX/libHX-devel.template b/srcpkgs/libHX/libHX-devel.template index d876d4bb7f..e01c59df7b 100644 --- a/srcpkgs/libHX/libHX-devel.template +++ b/srcpkgs/libHX/libHX-devel.template @@ -2,9 +2,6 @@ # depends="${sourcepkg}-${version}_${revision}" short_desc="${short_desc} -- development files" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." do_install() { vmove usr/include usr diff --git a/srcpkgs/libHX/template b/srcpkgs/libHX/template index 4eef872261..4dd780866d 100644 --- a/srcpkgs/libHX/template +++ b/srcpkgs/libHX/template @@ -1,6 +1,6 @@ # Template file for 'libHX' pkgname=libHX -version=3.14 +version=3.14.1 revision=1 build_style=gnu-configure configure_args="--enable-static" @@ -10,15 +10,4 @@ maintainer="Juan RP <xtraeme@gmail.com>" homepage="http://libhx.sourceforge.net/" license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/libhx/${pkgname}-${version}.tar.xz" -checksum=19d9dfbf997add2458fa4b4db85989b3658688c8147e7533805ea417ec4aa1a9 -long_desc=" - libHX is a C library (with some C++ bindings available) that provides data - structures and functions commonly needed, such as maps, deques, linked lists, - string formatting and autoresizing, option and config file parsing, type - checking casts and more. - - libHX aids in quickly writing up C and C++ data processing programs, by - consolidating tasks that often happen to be open-coded, such as (simple) - config file reading, option parsing, directory traversal, and others, into - a library. The focus is on reducing the amount of time (and secondarily, - the amount of code) a developer has to spend for otherwise implementing such." +checksum=a1550dc9cb8d441dce83dbd1f2b609ae45439e95568c945499d0a084cc76f1e6