gxemul: update to 0.6.1.

This commit is contained in:
Piotr Wójcik 2018-12-15 13:46:16 +01:00 committed by maxice8
parent fbcb72f89d
commit 75e958c717
2 changed files with 10 additions and 6 deletions

View file

@ -1,14 +1,16 @@
# Template file for 'gxemul'
pkgname=gxemul
version=0.6.0.1
revision=2
version=0.6.1
revision=1
makedepends="libX11-devel"
short_desc="Framework for full-system computer architecture emulation"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://gxemul.sourceforge.net"
distfiles="http://gxemul.sourceforge.net/src/gxemul-${version}.tar.gz"
checksum=0790823d8d7f8848c98318ace829f7a0159a5f9b79d80bd8c367fb17014dcda9
license="BSD-3-Clause"
homepage="http://gavare.se/gxemul/"
changelog="http://gavare.se/gxemul/gxemul-stable/HISTORY.html"
distfiles="http://gavare.se/gxemul/src/gxemul-${version}.tar.gz"
checksum=1bce1cc31615cde7562cf306b5d7062d2a97cae148fe9c9b2153f95ccb1463ed
nocross="./_testpri: cannot execute binary file: Exec format error"
do_configure() {
PREFIX=/usr ./configure
@ -22,4 +24,5 @@ do_build() {
}
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}

1
srcpkgs/gxemul/update Normal file
View file

@ -0,0 +1 @@
site="http://gavare.se/gxemul/download.html"