summaryrefslogtreecommitdiff
path: root/community/avr-binutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/avr-binutils/PKGBUILD')
-rw-r--r--community/avr-binutils/PKGBUILD18
1 files changed, 4 insertions, 14 deletions
diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD
index 382161404..2c9d3deca 100644
--- a/community/avr-binutils/PKGBUILD
+++ b/community/avr-binutils/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99691 2013-10-30 23:03:14Z allan $
+# $Id: PKGBUILD 106897 2014-03-09 19:30:48Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -7,19 +7,16 @@
# Build order: avr-binutils -> avr-gcc -> avr-libc
pkgname=avr-binutils
-pkgver=2.23.2
+pkgver=2.24
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
license=('GPL')
depends=('glibc>=2.17' 'zlib' 'binutils')
-provides=("binutils-avr=$pkgver")
-replaces=('binutils-avr')
-options=('!distcc' '!ccache')
+options=('staticlibs' '!distcc' '!ccache')
install=avr-binutils.install
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
- binutils-2.23.2-texinfo-5.0.patch
avr-size.patch)
_builddir=binutils-build
@@ -30,10 +27,6 @@ build() {
# See https://bugs.archlinux.org/task/32504
patch -Np0 < ${srcdir}/avr-size.patch
- # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
- # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
- patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
-
# https://bugs.archlinux.org/task/34629
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
@@ -70,8 +63,6 @@ package() {
make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
- rm ${pkgdir}/usr/lib/libiberty.a
-
for bin in ar as nm objcopy objdump ranlib strip ; do
rm -f ${pkgdir}/usr/bin/${bin}
done
@@ -83,7 +74,6 @@ package() {
rm -rf ${pkgdir}/usr/share/locale
}
-md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
'SKIP'
- '34e439ce23213a91e2af872dfbb5094c'
'573769ec1107d1bfed78680edd7ae63f')