1 | # $Id: Portfile 38785 2008-07-31 09:10:05Z ryandesign@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | name avr-libc |
---|
4 | version 1.6.1 |
---|
5 | categories cross |
---|
6 | maintainers nomaintainer@macports.org |
---|
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 22b822edcae196621482a5524dfd4bed \ |
---|
16 | sha1 24ad9f0636bbe1487d57894e3a45a6921674856d \ |
---|
17 | rmd160 2e347bb0e9d796038cd73762b7f69d906e47b21e |
---|
18 | |
---|
19 | depends_lib port:gettext |
---|
20 | depends_lib port:avr-gcc |
---|
21 | depends_build port:binutils |
---|
22 | |
---|
23 | configure.cc avr-gcc |
---|
24 | configure.args --host=avr --build=`./config.guess` |
---|
25 | |
---|