1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name avr-libc |
---|
4 | version 1.2.5 |
---|
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 b335df54d54ad47570f3e1e6794b4532 |
---|
16 | depends_lib port:gettext |
---|
17 | depends_lib port:avr-gcc |
---|
18 | depends_build port:binutils |
---|
19 | |
---|
20 | configure.cmd ${workpath}/avr-libc-${version}/doconf |
---|
21 | configure.args --prefix=${prefix} |
---|
22 | |
---|
23 | build.cmd ${workpath}/avr-libc-${version}/domake |
---|
24 | |
---|