mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SUMMARY="a retargettable, optimizing ANSI - C compiler suite"
|
||||
SUMMARY="A retargettable, optimizing ANSI - C compiler suite"
|
||||
DESCRIPTION="
|
||||
SDCC is a retargettable, optimizing ANSI - C compiler suite that targets the
|
||||
Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim
|
||||
(formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based
|
||||
(hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit
|
||||
3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on supporting
|
||||
the Microchip PIC16 and PIC18 targets. It can be retargeted for other
|
||||
SDCC is a retargettable, optimizing ANSI - C compiler suite that targets the \
|
||||
Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim \
|
||||
(formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based \
|
||||
(hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit \
|
||||
3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on supporting \
|
||||
the Microchip PIC16 and PIC18 targets. It can be retargeted for other \
|
||||
microprocessors.
|
||||
"
|
||||
HOMEPAGE="http://sdcc.sourceforge.net"
|
||||
@@ -14,7 +14,7 @@ LICENSE="
|
||||
"
|
||||
COPYRIGHT="
|
||||
1999-2013 Sandeep Dutta
|
||||
"
|
||||
"
|
||||
SRC_URI="http://sourceforge.net/projects/sdcc/files/sdcc/3.4.0/sdcc-src-3.4.0.tar.bz2"
|
||||
CHECKSUM_SHA256="cf6af862b94d5f259f11afa0a1b86304f3047b3723a9df96f20dba869deb5bf9"
|
||||
REVISION="1"
|
||||
@@ -61,17 +61,14 @@ PROVIDES="
|
||||
cmd:sz80$secondaryArchSuffix
|
||||
devel:libiberty$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libboost_graph$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user