libfirm: rebuild for metadata
This commit is contained in:
parent
3ebe2b3c56
commit
d7c6260228
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'libfirm'
|
# Template file for 'libfirm'
|
||||||
pkgname=libfirm
|
pkgname=libfirm
|
||||||
version=1.22.0
|
version=1.22.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl python"
|
hostmakedepends="perl python"
|
||||||
short_desc="Graph based SSA intermediate code representation"
|
short_desc="Graph based SSA intermediate code representation"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://libfirm.org/"
|
homepage="http://libfirm.org/"
|
||||||
distfiles="https://github.com/MatzeB/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/MatzeB/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2e681db62610a41394f1aa3a62583acff8a67cea138354be6b3d2d8d390665c3
|
checksum=2e681db62610a41394f1aa3a62583acff8a67cea138354be6b3d2d8d390665c3
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="Unsupported long double format" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cat <<EOF >config.mak
|
cat <<EOF >config.mak
|
||||||
variant = release
|
variant = release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user