mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
dhex-0.68: This should fix cross compilation and use our {C,LD}FLAGS for building.
This commit is contained in:
parent
a97590744f
commit
0b32390b25
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=dhex
|
pkgname=dhex
|
||||||
version=0.68
|
version=0.68
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Hex editor and diff tool using ncurses"
|
short_desc="Hex editor and diff tool using ncurses"
|
||||||
maintainer="Alex Brem <alex@fluktuation.net>"
|
maintainer="Alex Brem <alex@fluktuation.net>"
|
||||||
|
@ -12,6 +11,10 @@ distfiles="${homepage}${pkgname}_${version}.tar.gz"
|
||||||
checksum=126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
|
checksum=126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin dhex
|
vbin dhex
|
||||||
vman dhex.1
|
vman dhex.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue