flex: bump version.

This commit is contained in:
Jerome Duval
2017-05-11 23:06:08 +02:00
parent f09ca73749
commit fcff5f68a9
2 changed files with 6 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
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/"
HOMEPAGE="https://github.com/westes/flex/"
COPYRIGHT="2001-2007 The Flex Project
1990, 1997 The Regents of the University of California"
LICENSE="Flex"
REVISION="2"
SOURCE_URI="http://github.com/westes/flex/releases/download/v$portVersion/flex-$portVersion.tar.gz"
CHECKSUM_SHA256="3c43f9e658e45e8aae3cf69fa11803d60550865f023852830d557c5f0623c13b"
REVISION="1"
SOURCE_URI="$HOMEPAGE/releases/download/v$portVersion/flex-$portVersion.tar.gz"
CHECKSUM_SHA256="e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995"
PATCHES="flex-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
@@ -17,7 +17,6 @@ PROVIDES="
cmd:flex = $portVersion compat >= 2.5
cmd:flex++ = $portVersion compat >= 2.5
devel:libfl = 2.0.0 compat >= 2
devel:libfl_pic = 2.0.0 compat >= 2
"
REQUIRES="
haiku
@@ -57,8 +56,8 @@ INSTALL()
{
make install
rm $libDir/libfl.la $libDir/libfl_pic.la
rm $libDir/libfl.la
# prepare develop/lib
prepareInstalledDevelLibs libfl libfl_pic
prepareInstalledDevelLibs libfl
}