# $Id: Portfile,v 1.1 2005/09/21 20:37:25 toby Exp $
PortSystem			1.0
name				avr-libc
version				1.2.5
categories			cross
maintainers			me@staylor.ca
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.
homepage			http://www.nongnu.org/avr-libc/
master_sites		http://savannah.nongnu.org/download/avr-libc/

use_bzip2			yes
checksums			md5 b335df54d54ad47570f3e1e6794b4532
depends_lib			port:gettext
depends_lib			port:avr-gcc
depends_build		port:binutils

configure.cmd		${workpath}/avr-libc-${version}/doconf
configure.args		--prefix=${prefix}

build.cmd			${workpath}/avr-libc-${version}/domake

