diff options
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 10 insertions, 8 deletions
@@ -1,12 +1,13 @@ +# Generated by mksrcinfo v8 +# Sun Feb 7 18:48:57 UTC 2016 pkgbase = eclipse-avr pkgdesc = AVR Plugin for Eclipse pkgver = 2.4.2 - pkgrel = 1 + pkgrel = 2 url = http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin arch = any license = EPL - depends = eclipse - depends = eclipse-cdt + depends = eclipse-cpp depends = avr-gcc depends = avr-libc depends = avrdude @@ -1,22 +1,23 @@ # Contributor: Doug Newgard <scimmia at archlinux dot info> # Contributor: Stepan Usatiuk aka stepus53 <stepus53@gmail.com> # Contributor: Alexsandr Pavlov <kidoz at mail dot ru> +# Contributor: Sinnamon (George Aladin) <AngleSi at yahoo dot com> pkgname=eclipse-avr pkgver=2.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="AVR Plugin for Eclipse" arch=('any') url='http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin' license=('EPL') -depends=('eclipse' 'eclipse-cdt' 'avr-gcc' 'avr-libc' 'avrdude') +depends=('eclipse-cpp' 'avr-gcc' 'avr-libc' 'avrdude') source=("http://downloads.sourceforge.net/project/avr-eclipse/avr-eclipse%20stable%20release/$pkgver/de.innot.avreclipse.p2repository-$pkgver.zip") sha1sums=('b30145e87629bfbeefd7e47d6ed7397b4204d749') package() { cd "$srcdir" - install -d "$pkgdir/usr/share/eclipse/dropins/avr/eclipse/"{features,plugins} - install -m644 features/* "$pkgdir/usr/share/eclipse/dropins/avr/eclipse/features/" - install -m644 plugins/* "$pkgdir/usr/share/eclipse/dropins/avr/eclipse/plugins/" + install -d "$pkgdir/usr/lib/eclipse/dropins/avr/eclipse/"{features,plugins} + install -m644 features/* "$pkgdir/usr/lib/eclipse/dropins/avr/eclipse/features/" + install -m644 plugins/* "$pkgdir/usr/lib/eclipse/dropins/avr/eclipse/plugins/" } |