mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gxemul: update to 0.6.1.
This commit is contained in:
parent
fbcb72f89d
commit
75e958c717
2 changed files with 10 additions and 6 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'gxemul'
|
# Template file for 'gxemul'
|
||||||
pkgname=gxemul
|
pkgname=gxemul
|
||||||
version=0.6.0.1
|
version=0.6.1
|
||||||
revision=2
|
revision=1
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Framework for full-system computer architecture emulation"
|
short_desc="Framework for full-system computer architecture emulation"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://gxemul.sourceforge.net"
|
homepage="http://gavare.se/gxemul/"
|
||||||
distfiles="http://gxemul.sourceforge.net/src/gxemul-${version}.tar.gz"
|
changelog="http://gavare.se/gxemul/gxemul-stable/HISTORY.html"
|
||||||
checksum=0790823d8d7f8848c98318ace829f7a0159a5f9b79d80bd8c367fb17014dcda9
|
distfiles="http://gavare.se/gxemul/src/gxemul-${version}.tar.gz"
|
||||||
|
checksum=1bce1cc31615cde7562cf306b5d7062d2a97cae148fe9c9b2153f95ccb1463ed
|
||||||
|
nocross="./_testpri: cannot execute binary file: Exec format error"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
PREFIX=/usr ./configure
|
PREFIX=/usr ./configure
|
||||||
|
@ -22,4 +24,5 @@ do_build() {
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/gxemul/update
Normal file
1
srcpkgs/gxemul/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="http://gavare.se/gxemul/download.html"
|
Loading…
Add table
Reference in a new issue