mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
SUMMARY="MOST is a paging program similar to more and less"
|
||||
DESCRIPTION="
|
||||
MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. \
|
||||
SUMMARY="A paging program similar to more and less"
|
||||
DESCRIPTION="MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. \
|
||||
Unlike other well-known paging programs most supports multiple windows and can \
|
||||
scroll left and right. Why settle for less?
|
||||
"
|
||||
scroll left and right. Why settle for less?"
|
||||
HOMEPAGE="http://www.jedsoft.org/most/"
|
||||
COPYRIGHT="2004-2013 John E. Davis"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.jedsoft.org/snapshots/most-pre5.1-15.tar.gz"
|
||||
CHECKSUM_SHA256="b1b3078d855c810e8b697e4c35054e84d9c738ee960c1cc33429b246c28e1024"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004-2013 John E. Davis"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SOURCE_DIR="most-pre5.1-15"
|
||||
PATCHES="most-pre5.1_15.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
most = $portVersion compat >= 5
|
||||
cmd:most = $portVersion compat >= 5
|
||||
@@ -39,8 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ncurses5_config
|
||||
"
|
||||
|
||||
SOURCE_DIR="most-pre5.1-15"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i "s,-lm,," src/Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user