summaryrefslogtreecommitdiff
path: root/community/simavr/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/simavr/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/simavr/PKGBUILD')
-rw-r--r--community/simavr/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/simavr/PKGBUILD b/community/simavr/PKGBUILD
deleted file mode 100644
index aa2e8370f..000000000
--- a/community/simavr/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: schuay <jakob.gruber@gmail.com>
-
-pkgname=simavr
-pkgver=1.0
-pkgrel=2
-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')
-source=("https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2")
-options=(!strip)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # The original Makefile depends on git, hardcode the version until it's fixed upstream.
- sed -i "s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/" simavr/Makefile
-
- make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
- CFLAGS="-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare -Wno-unused-parameter" \
- build-simavr
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
-}
-
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')