mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
avra: use http for HOMEPAGE and https for SOURCE_URI.
This commit is contained in:
@@ -2,14 +2,14 @@ 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\"."
|
||||
HOMEPAGE="https://avra.sourceforge.net/"
|
||||
HOMEPAGE="http://avra.sourceforge.net/"
|
||||
COPYRIGHT="1999-2010 John Anders Haugum, Tobias Weber, Jerry Jacobs"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/avra/files/1.3.0/avra-1.3.0.tar.bz2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/avra/avra-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a62cbf8662caf9cc4e75da6c634efce402778639202a65eb2d149002c1049712"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
avra = $portVersion
|
||||
@@ -18,8 +18,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
|
||||
Reference in New Issue
Block a user