Skip to content
Snippets Groups Projects
Commit e6d31ec0 authored by Milan P. Stanić's avatar Milan P. Stanić
Browse files

testing/simavr: upgrade to 1.7

parent 7c150a48
No related branches found
No related tags found
1 merge request!21495testing/simavr: upgrade to 1.7
# Contributor: Milan P. Stanić <mps@arvanta.net> # Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=simavr pkgname=simavr
pkgver=1.6 pkgver=1.7
pkgrel=0 pkgrel=0
pkgdesc="lean, mean Atmel AVR simulator " pkgdesc="lean, mean Atmel AVR simulator "
url="https://github.com/buserror/simavr" url="https://github.com/buserror/simavr"
...@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/buserror/simavr/archive/v$pk ...@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/buserror/simavr/archive/v$pk
build() { build() {
export CFLAGS="$CFLAGS -fPIC -O2 -std=gnu99 -Wno-error=stringop-truncation" export CFLAGS="$CFLAGS -fPIC -O2 -std=gnu99 -Wno-error=stringop-truncation"
make RELEASE=1 SIMAVR_VERSION=$pkgver build-simavr make RELEASE=1 SIMAVR_VERSION=$pkgver DESTDIR=/usr PREFIX=/usr build-simavr
make RELEASE=1 SIMAVR_VERSION=$pkgver -C examples/parts make RELEASE=1 SIMAVR_VERSION=$pkgver -C examples/parts
} }
...@@ -23,7 +23,9 @@ check() { ...@@ -23,7 +23,9 @@ check() {
} }
package() { package() {
make RELEASE=1 SIMAVR_VERSION=$pkgver DESTDIR="$pkgdir/usr" install make RELEASE=1 SIMAVR_VERSION=$pkgver DESTDIR="$pkgdir/usr" PREFIX=/usr install-simavr
} }
sha512sums="19f8ec8e8d1bc4173f3eb9ae6447a181452ab5a7bfbf4c7e419bec14014a85256cf58db4635a698a3d56531d8bc735de3bd8b636b7c7665f848956ff181bdc4d simavr-1.6.tar.gz" sha512sums="
49647025d9aae652f975cf67c5ab626f5e9db487fcd6745b88c5b668f25b3b0d5e92dbae672e4f827fd1ae00040885825689b39a85bd6c5ae3e7bf731fb720cc simavr-1.7.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment