Ticket #29632: avr-libc-1.7.1-Portfile.patch
File avr-libc-1.7.1-Portfile.patch, 2.5 KB (added by tvb377@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 # $Id: Portfile 72734 2010-10-25 14:36:41Z jmr@macports.org $ 3 3 4 PortSystem 1.0 4 PortSystem 1.0 5 6 name avr-libc 7 version 1.7.1 8 categories cross 9 maintainers v9g.de:tvb377 10 description C library for the AVR microcontroller. 11 long_description AVR Libc is a Free Software project whose goal is \ 12 to provide a high quality C library for use with \ 13 GCC on Atmel AVR microcontrollers. 14 platforms darwin 15 homepage http://www.nongnu.org/avr-libc/ 16 master_sites http://download.savannah.gnu.org/releases/avr-libc/ 5 17 6 name avr-libc7 version 1.7.08 categories cross9 maintainers v9g.de:titus10 description C library for the AVR microcontroller.11 long_description AVR Libc is a Free Software project whose goal is \12 to provide a high quality C library for use with \13 GCC on Atmel AVR microcontrollers.14 platforms darwin15 homepage http://www.nongnu.org/avr-libc/16 master_sites http://savannah.nongnu.org/download/avr-libc/17 18 # installs deliberately files outside regular tree: 18 19 destroot.violate_mtree yes 19 20 20 use_bzip2 yes 21 checksums md5 3eff7b779bd950400cb0a45f3c2fb377 \ 22 sha1 38d1d52174a6afaf6f5cddbc29af49b586cfde2f \ 23 rmd160 6be7e8cc7e05c84dc5bb706d466f603941ec0dce 21 use_bzip2 yes 22 checksums sha1 8ac3f03229101c427aa90f8293ddabde6c3a6f87 \ 23 rmd160 5eb77da24c267d5d11d3e6d8477029b7614307dc 24 25 depends_lib port:gettext \ 26 port:avr-gcc 24 27 25 depends_lib port:gettext \ 26 port:avr-gcc28 configure.args --host=avr --build=`./config.guess` 29 configure.cc avr-gcc 27 30 28 configure.args --host=avr --build=`./config.guess` 29 configure.cc avr-gcc 31 livecheck.type regex 32 livecheck.url ${master_sites} 33 livecheck.regex ${name}-(\[1-9\]\\.\[0-9\]+\\.\[0-9\]+)