mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* 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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user