Ticket #17072: Portfile

File Portfile, 832 bytes (added by andi@…, 15 years ago)
Line 
1# $Id: Portfile 38785 2008-07-31 09:10:05Z ryandesign@macports.org $
2PortSystem                      1.0
3name                            avr-libc
4version                         1.6.1
5categories                      cross
6maintainers                     nomaintainer@macports.org
7description                     C library for the AVR microcontroller.
8long_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.
11homepage                        http://www.nongnu.org/avr-libc/
12master_sites            http://savannah.nongnu.org/download/avr-libc/
13
14use_bzip2                       yes
15checksums                       md5     22b822edcae196621482a5524dfd4bed \
16                                sha1    24ad9f0636bbe1487d57894e3a45a6921674856d \
17                                rmd160  2e347bb0e9d796038cd73762b7f69d906e47b21e
18
19depends_lib                     port:gettext
20depends_lib                     port:avr-gcc
21depends_build                   port:binutils
22
23configure.cc avr-gcc
24configure.args          --host=avr --build=`./config.guess`
25