mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-linted recipes.
* ltp Fixed typo. Thanks waddlesplash for noticing. * man Removed unused patch. Minor cosmetics. * mdocml Removed "." from SUMMARY Minor cosmetics. * milkytracker Minor cosmetics. Lint warning of not referenced PATCHES is a false positive. * minicom Removed "." from SUMMARY Minor cosmetics. * mtdev Removed "." from SUMMARY Minor cosmetics. * mtools Removed "." from SUMMARY Minor cosmetics.
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
SUMMARY="Minicom is a menu driven communications program."
|
||||
DESCRIPTION="
|
||||
Minicom is a menu driven communications program. It emulates ANSI and VT102 \
|
||||
terminals. It has a dialing directory and auto zmodem download.
|
||||
"
|
||||
SUMMARY="A menu driven communications program"
|
||||
DESCRIPTION="Minicom is a menu driven communications program. It emulates \
|
||||
ANSI and VT102 terminals. It has a dialing directory and auto zmodem download."
|
||||
HOMEPAGE="https://alioth.debian.org/projects/minicom/"
|
||||
SOURCE_URI="https://alioth.debian.org/frs/download.php/file/3869/minicom-2.6.2.tar.gz"
|
||||
CHECKSUM_SHA256="f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
|
||||
COPYRIGHT="
|
||||
1991,1992,1993,1994,1995,1996 Miquel van Smoorenburg."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -18,6 +13,11 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
|
||||
SOURCE_URI="https://alioth.debian.org/frs/download.php/file/3869/minicom-2.6.2.tar.gz"
|
||||
CHECKSUM_SHA256="f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
|
||||
COPYRIGHT="
|
||||
1991-1996 Miquel van Smoorenburg"
|
||||
|
||||
PROVIDES="
|
||||
minicom$secondaryArchSuffix = $portVersion
|
||||
cmd:minicom$secondaryArchSuffix = $portVersion
|
||||
@@ -25,20 +25,17 @@ PROVIDES="
|
||||
cmd:ascii_xfr$secondaryArchSuffix = $portVersion
|
||||
cmd:runscript$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user