[arch-commits] Commit in simavr/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jakob Gruber
schuay at archlinux.org
Mon Feb 13 17:26:23 UTC 2017
Date: Monday, February 13, 2017 @ 17:26:22
Author: schuay
Revision: 212155
archrelease: copy trunk to community-x86_64
Added:
simavr/repos/community-x86_64/PKGBUILD
(from rev 212154, simavr/trunk/PKGBUILD)
Deleted:
simavr/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-13 17:26:16 UTC (rev 212154)
+++ PKGBUILD 2017-02-13 17:26:22 UTC (rev 212155)
@@ -1,28 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=simavr
-pkgver=1.3
-pkgrel=1
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('i686' 'x86_64')
-url="https://github.com/buserror-uk/simavr"
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc' 'git')
-source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver}")
-options=(!strip)
-md5sums=('SKIP')
-
-build() {
- cd "$srcdir/$pkgname"
-
- make AVR_ROOT=/usr/avr RELEASE=1 \
- CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare -Wno-unused-parameter" \
- build-simavr
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
-}
-
Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 212154, simavr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-02-13 17:26:22 UTC (rev 212155)
@@ -0,0 +1,28 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=simavr
+pkgver=1.4
+pkgrel=1
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('i686' 'x86_64')
+url="https://github.com/buserror-uk/simavr"
+license=('GPL3')
+depends=('elfutils')
+makedepends=('avr-libc' 'git')
+source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver}")
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+ cd "$srcdir/$pkgname"
+
+ make AVR_ROOT=/usr/avr RELEASE=1 \
+ CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare -Wno-unused-parameter" \
+ build-simavr
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
+}
+
More information about the arch-commits
mailing list