[arch-commits] Commit in avr-libc/repos (2 files)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 23:34:11
  Author: foutrelis
Revision: 405319

archrelease: copy trunk to community-staging-any

Added:
  avr-libc/repos/community-staging-any/
  avr-libc/repos/community-staging-any/PKGBUILD
(from rev 405318, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: avr-libc/repos/community-staging-any/PKGBUILD (from rev 405318, 
avr-libc/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-09 23:34:11 UTC (rev 405319)
@@ -0,0 +1,32 @@
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=3
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in avr-libc/repos (2 files)

2016-05-10 Thread Anatol Pomozov
Date: Tuesday, May 10, 2016 @ 17:51:59
  Author: anatolik
Revision: 174570

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 174569, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 174569, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-05-10 15:51:59 UTC (rev 174570)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in avr-libc/repos (2 files)

2016-02-29 Thread Anatol Pomozov
Date: Monday, February 29, 2016 @ 19:43:32
  Author: anatolik
Revision: 163822

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 163821, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 163821, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-02-29 18:43:32 UTC (rev 163822)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in avr-libc/repos (2 files)

2015-07-27 Thread Anatol Pomozov
Date: Monday, July 27, 2015 @ 23:33:47
  Author: anatolik
Revision: 137529

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 137528, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 137528, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-27 21:33:47 UTC (rev 137529)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+makedepends=(subversion)
+options=(!strip) # it corrupts avr libraries
+# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869
+source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480)
+#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd $pkgname
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in avr-libc/repos (2 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:44:38
  Author: anatolik
Revision: 124710

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 124709, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 124709, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-12-27 15:44:38 UTC (rev 124710)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=The C runtime library for the AVR family of microcontrollers
+arch=('any')
+url=http://savannah.nongnu.org/projects/avr-libc/;
+license=('BSD')
+depends=('avr-gcc')
+options=('!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+ 'SKIP')
+validpgpkeys=(5E84F980C3CAFD4BB5841070F48CA81B69A85873)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in avr-libc/repos (2 files)

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:03:41
  Author: anatolik
Revision: 117676

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 117675, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 117675, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-08-20 20:03:41 UTC (rev 117676)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=The C runtime library for the AVR family of microcontrollers
+arch=('any')
+url=http://savannah.nongnu.org/projects/avr-libc/;
+license=('BSD')
+depends=('avr-gcc')
+options=('staticlibs' '!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in avr-libc/repos (2 files)

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:48:07
  Author: schuay
Revision: 88136

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 88135, avr-libc/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 88135, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-04-12 11:48:07 UTC (rev 88136)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.0
+pkgrel=5
+pkgdesc=The C runtime library for the AVR family of microcontrollers
+arch=('any')
+url=http://savannah.nongnu.org/projects/avr-libc/;
+license=('BSD')
+depends=('avr-gcc')
+options=('!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('54c71798f24c96bab206be098062344f'
+ '4dfc58651096f56f49fb07961ea15eee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: