1 | # $Id: Portfile,v 1.1 2005/09/21 20:37:25 toby Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name avr-libc |
---|
4 | version 1.4.4 |
---|
5 | categories cross |
---|
6 | maintainers me@staylor.ca |
---|
7 | description C library for the AVR microcontroller. |
---|
8 | long_description AVR Libc is a Free Software project whose goal is \ |
---|
9 | to provide a high quality C library for use with \ |
---|
10 | GCC on Atmel AVR microcontrollers. |
---|
11 | homepage http://www.nongnu.org/avr-libc/ |
---|
12 | master_sites http://savannah.nongnu.org/download/avr-libc/ |
---|
13 | |
---|
14 | use_bzip2 yes |
---|
15 | checksums md5 04f774841b9dc9886de8120f1dfb16e3 |
---|
16 | depends_lib port:gettext |
---|
17 | depends_lib port:avr-gcc |
---|
18 | depends_build port:binutils |
---|
19 | |
---|
20 | configure.args --prefix=${prefix} --host=avr --build=`./config.guess` |
---|
21 | |
---|