New package: hxtools

Closes: #4379 [via git-merge-pr]
This commit is contained in:
nexolight 2016-06-22 15:44:59 +02:00 committed by Toyam Cox
parent a4989f93ac
commit f1cc226668
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- sdevel/cctypeinfo.c
+++ sdevel/cctypeinfo.c
@@ -18,6 +18,8 @@
#else
# include <netinet/in.h>
# define SIZET_FMT "z"
-# define HAVE_LOFF_T 1
+# if defined(_GNU_SOURCE)
+# define HAVE_LOFF_T 1
+# endif
#endif

13
srcpkgs/hxtools/template Normal file
View File

@ -0,0 +1,13 @@
#Template file for 'hxtools'
pkgname=hxtools
version=20150304
revision=1
build_style=gnu-configure
short_desc="Collection of small tools over the years by j.eng (inai.de)"
maintainer="nexolight <snow.dream.ch@gmail.com>"
license="WTFPL-2.0+, LGPL-2.1/LGPL-3.0, GPL-2.0+"
homepage="http://inai.de/projects/hxtools"
distfiles="http://jftp.inai.de/hxtools/hxtools-${version}.tar.xz"
checksum="55265b16191831c4e332b0235b057e3f1e952298abf34734a8fa2ee9bb7be382"
hostmakedepends="pkg-config"
makedepends="libHX-devel"