Package: avr-libc Version: 1.4.5 Revision: 1 Depends: avr-binutils (>= 2.17 ), avr-gcc (>= 4.0.2) Maintainer: Matthias Ringwald Source: http://savannah.nongnu.org/download/avr-libc/avr-libc-%v.tar.bz2 Source-MD5: 4ff3b350e1cefc995dae0b6266c16f46 CompileScript: << mkdir build cd build; ../configure --prefix=%p/share/avr --build=`./config.guess` --host=avr cd build; make << InstallScript: << cd build; make install DESTDIR=%d << DocFiles: AUTHORS ChangeLog NEWS README Description: AVR LIBC for GNU GCC & GNU binutils License: GPL DescDetail: << This is AVR-LIBC. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel's AVR mirocontrollers << DescPort: << I had a lot of trouble getting the directories right until I used the compile & install scripts I wrote before making a fink pkg. I moved doxygen and transfig to Buildepends. avr-gcc and avr-binutils are kept as Depends, as avr-libc doesn't make any sense without the avr-toolchain <<