* one more round of requirements shuffling, the base packages seem to

be declared properly, now
* improve formatting of recipe files for better readability and better
  compatibility with showing diffs (when moving specification lines)
* add/improve DESCRIPTION where it was just a copy of SUMMARY
This commit is contained in:
Oliver Tappe
2013-04-13 14:55:49 +00:00
parent 5a00b8acf0
commit 2fb46053f1
11 changed files with 286 additions and 128 deletions

View File

@@ -1,25 +1,35 @@
SUMMARY="Flex is a tool for generating scanners."
DESCRIPTION="Flex is a fast lexical analyser generator. It is a tool for generating
programs that perform pattern-matching on text."
SUMMARY="A tool for generating scanners."
DESCRIPTION="
Flex is a fast lexical analyser generator. It is a tool for generating
programs that perform pattern-matching on text.
"
HOMEPAGE="http://flex.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.bz2/download"
CHECKSUM_MD5="10714e50cea54dc7a227e3eddcd44d57"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="flex = $portVersion compat >= 2.5
PROVIDES="
flex = $portVersion compat >= 2.5
cmd:flex = $portVersion compat >= 2.5
lib:libfl.a = $portVersion compat >= 2.5
lib:libfl_pic.a = $portVersion compat >= 2.5"
REQUIRES="haiku >= $haikuVersion"
BUILD_REQUIRES="aclocal >= 1.11
lib:libfl_pic.a = $portVersion compat >= 2.5
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
cmd:aclocal >= 1.11
cmd:autoconf >= 2.60
cmd:automake >= 1.11
cmd:libtoolize >= 2.4"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:libtoolize >= 2.4
cmd:make
"
BUILD_PREREQUIRES="
haiku-devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make"
"
SOURCE_DIR="$portVersionedName"