mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Add recipe for AVRA, the AVR Assmebler.
This commit is contained in:
45
dev-embedded/avra/avra-1.3.0.recipe
Normal file
45
dev-embedded/avra/avra-1.3.0.recipe
Normal file
@@ -0,0 +1,45 @@
|
||||
SUMMARY="Assember for the Atmel AVR microcontroller family"
|
||||
DESCRIPTION="AVRA is an assembler for Atmel AVR microcontrollers, and it is \
|
||||
almost compatible with Atmel’s own assembler AVRASM32. The programming \
|
||||
principles and conceptions are based on the ANSI programming language \"C\"."
|
||||
COPYRIGHT="1999-2010 John Anders Haugum, Tobias Weber, Jerry Jacobs"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="http://avra.sourceforge.net/"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
REVISION="1"
|
||||
|
||||
SRC_URI="http://sourceforge.net/projects/avra/files/1.3.0/avra-1.3.0.tar.bz2"
|
||||
CHECKSUM_SHA256="a62cbf8662caf9cc4e75da6c634efce402778639202a65eb2d149002c1049712"
|
||||
|
||||
PROVIDES="
|
||||
avra = $portVersion
|
||||
cmd:avra
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
touch NEWS ChangeLog
|
||||
sh bootstrap
|
||||
runConfigure --omit-dirs "docDir dataRootDir" ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user