# $Id: Portfile 42376 2008-11-20 05:01:47Z blb@macports.org $
PortSystem			1.0
name				avr-libc
version				1.6.1
categories			cross
maintainers			nomaintainer
description			C library for the AVR microcontroller.
long_description	AVR Libc is a Free Software project whose goal is \
					to provide a high quality C library for use with \
					GCC on Atmel AVR microcontrollers.
platforms			darwin
homepage			http://www.nongnu.org/avr-libc/
master_sites		http://savannah.nongnu.org/download/avr-libc/

use_bzip2			yes
checksums			md5	22b822edcae196621482a5524dfd4bed \
				sha1	24ad9f0636bbe1487d57894e3a45a6921674856d \
				rmd160	2e347bb0e9d796038cd73762b7f69d906e47b21e

depends_lib			port:gettext
depends_lib			port:avr-gcc
depends_build			port:binutils

configure.args		--host=avr --build=`./config.guess`
configure.cc		avr-gcc

