Module submission - avr-binutils
criggenbach@magahugu.net
criggenbach at magahugu.net
Sat May 19 14:44:36 CEST 2007
module name : avr-binutils
suggested section : science or a own section for embedded systems
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
This is a Module for installing the binutils for Atmel-AVRs, a inexpensive yet powerfull 8bit microcontroller family.
Christian Riggenbach
-------------- next part --------------
--- avr-binutils/BUILD 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/BUILD 2007-05-02 22:11:53.000000000 +0200
@@ -0,0 +1,27 @@
+PATH=$PATH:/usr/local/avr/bin
+export PATH
+
+cd .. &&
+mv -T binutils-$VERSION $MODULE-$VERSION &&
+cd $MODULE-$VERSION &&
+mkdir obj-avr &&
+cd obj-avr &&
+
+../configure --target=avr \
+--prefix=/usr/local/avr/ \
+--disable-nls \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--infodir=/usr/share/info \
+--mandir=/usr/share/man \
+$OPTS &&
+
+make &&
+prepare_install &&
+make install &&
+cd bfd &&
+make install
+
+echo "PATH=$PATH:/usr/local/avr
+export PATH
+" > /etc/profile.d/avr.rc
--- avr-binutils/BUILD~ 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/BUILD~ 2007-05-01 23:15:03.000000000 +0200
@@ -0,0 +1,28 @@
+PATH=$PATH:/usr/local/avr/bin
+export PATH
+
+cd .. &&
+mv -T binutils-$VERSION $MODULE-$VERSION &&
+cd $MODULE-$VERSION &&
+mkdir obj-avr &&
+cd obj-avr &&
+
+../configure --target=avr \
+--prefix=/usr/local/avr/ \
+--disable-nls \
+--enable-install-libbfd \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--infodir=/usr/share/info \
+--mandir=/usr/share/man \
+$OPTS &&
+
+make &&
+prepare_install &&
+make install &&
+cd bfd &&
+make install
+
+echo "PATH=$PATH:/usr/local/avr
+export PATH
+" > /etc/profile.d/avr.rc
--- avr-binutils/DEPENDS 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/DEPENDS 2007-05-02 22:12:01.000000000 +0200
@@ -0,0 +1 @@
+optional_depends "" "--enable-install-libbfd" "" "tools like simulavr refer to it"
\ Kein Zeilenumbruch am Dateiende.
--- avr-binutils/DEPENDS~ 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/DEPENDS~ 2007-05-02 22:11:43.000000000 +0200
@@ -0,0 +1 @@
+optional_depends "" "--with-berkeley-db" "" "tools like simulavr refer to it"
\ Kein Zeilenumbruch am Dateiende.
--- avr-binutils/DETAILS 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/DETAILS 2007-05-01 17:05:23.000000000 +0200
@@ -0,0 +1,13 @@
+ MODULE=avr-binutils
+ VERSION=2.17
+ SOURCE=binutils-$VERSION.tar.bz2
+ SOURCE_URL=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=ftp://mirror.switch.ch/mirror/gnu/binutils/
+ ENTERED=20070501
+ UPDATED=20070501
+ SHORT="essential collection of binary utilities for the AVR-Microprocessors."
+
+cat<<EOF
+This Package is required for the basic utils for the AVR-Microprocessors.
+EOF
+
--- avr-binutils/POST_REMOVE 1970-01-01 01:00:00.000000000 +0100
+++ avr-binutils/POST_REMOVE 2007-05-01 16:51:48.000000000 +0200
@@ -0,0 +1 @@
+rm /etc/profile.d/avr.rc
-------------- next part --------------
lvu submit avr-binutils 2a2ed0e1479c8b8e1be8c449720aadf0 -
2.6.21.1Gizmotron-2007-05-08 2.6.12 gcc-4.1.2 glibc-2.3.6
More information about the Lunar
mailing list