dhex-0.68: This should fix cross compilation and use our {C,LD}FLAGS for building.

This commit is contained in:
Alex Brem 2015-05-06 19:15:12 +02:00 committed by Juan RP
parent a97590744f
commit 0b32390b25

View file

@ -2,7 +2,6 @@
pkgname=dhex
version=0.68
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel"
short_desc="Hex editor and diff tool using ncurses"
maintainer="Alex Brem <alex@fluktuation.net>"
@ -12,6 +11,10 @@ distfiles="${homepage}${pkgname}_${version}.tar.gz"
checksum=126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
wrksrc="${pkgname}_${version}"
do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
}
do_install() {
vbin dhex
vman dhex.1