From fce0e90b30215b5a7492f7f54cea59508e8f6b7f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 19 May 2016 17:16:13 +0200 Subject: [PATCH] avr-libc: enable cross-build. --- srcpkgs/avr-libc/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/avr-libc/template b/srcpkgs/avr-libc/template index 074e323e62..3f0716f79f 100644 --- a/srcpkgs/avr-libc/template +++ b/srcpkgs/avr-libc/template @@ -1,14 +1,13 @@ # Template file for 'avr-libc' pkgname=avr-libc version=2.0.0 -revision=1 +revision=2 short_desc="A C library for use with GCC on Atmel AVR microcontrollers" maintainer="allan " license="BSD" homepage="http://savannah.nongnu.org/projects/avr-libc/" distfiles="$NONGNU_SITE/$pkgname/$pkgname-$version.tar.bz2" checksum=b2dd7fd2eefd8d8646ef6a325f6f0665537e2f604ed02828ced748d49dc85b97 -only_for_archs="i686 x86_64" build_style=gnu-configure hostmakedepends="avr-binutils avr-gcc" @@ -20,6 +19,6 @@ do_configure() { ./configure --build=${XBPS_TRIPLET} --host=avr --prefix=/usr } post_install() { - rm ${DESTDIR}/usr/bin/avr-man - vlicense LICENSE + rm ${DESTDIR}/usr/bin/avr-man + vlicense LICENSE }