From dbd77f0df42c0fee8f9764fe3466a5b91662c8e8 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 13 Aug 2015 13:50:27 +0200 Subject: [PATCH] New package: ht-2.1.0 --- srcpkgs/ht/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/ht/template diff --git a/srcpkgs/ht/template b/srcpkgs/ht/template new file mode 100644 index 00000000000..7c6291902c5 --- /dev/null +++ b/srcpkgs/ht/template @@ -0,0 +1,21 @@ +# Template file for 'ht' +pkgname=ht +version=2.1.0 +revision=1 +build_style=gnu-configure +build_pie=yes +makedepends="ncurses-devel lzo-devel" +short_desc="File editor/viewer/analyzer for executables" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="http://hte.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/hte/ht-source/${pkgname}-${version}.tar.bz2" +checksum=31f5e8e2ca7f85d40bb18ef518bf1a105a6f602918a0755bc649f3f407b75d70 + +pre_build() { + make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS= -C tools bin2c +} + +post_install() { + vinstall doc/ht.info 0644 usr/share/info +}