mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
biew: fix cross-compile and build on ARM.
This commit is contained in:
parent
509d5a80bf
commit
505b1c2621
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=biew
|
pkgname=biew
|
||||||
version=6.1.0
|
version=6.1.0
|
||||||
_shortversion=${version//.}
|
_shortversion=${version//.}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${_shortversion}"
|
wrksrc="${pkgname}-${_shortversion}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Console hex viewer/editor and disassembler"
|
short_desc="Console hex viewer/editor and disassembler"
|
||||||
|
@ -11,8 +11,10 @@ license="GPL-2"
|
||||||
homepage="http://beye.sourceforge.net/"
|
homepage="http://beye.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/beye/${pkgname}/${version}/${pkgname}-${_shortversion}-src.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/beye/${pkgname}/${version}/${pkgname}-${_shortversion}-src.tar.bz2"
|
||||||
checksum=2e85f03c908dd6ec832461fbfbc79169a33f4caccf48c8fe60cbd29f5fb06d17
|
checksum=2e85f03c908dd6ec832461fbfbc79169a33f4caccf48c8fe60cbd29f5fb06d17
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
configure_args+=" --target-arch=generic --ld=$CC"
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/man
|
vmkdir usr/share/man
|
||||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue