New package: ht-2.1.0

This commit is contained in:
Christian Neukirchen 2015-08-13 13:50:27 +02:00
parent 56d1da3a3f
commit dbd77f0df4

21
srcpkgs/ht/template Normal file
View file

@ -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 <chneukirchen@gmail.com>"
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
}