mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
simpleparse: code style.
This commit is contained in:
@@ -11,10 +11,15 @@ instance, the Earley algorithm, but they do tend to be useful for the parsing of
|
||||
computer file formats and the like (as distinct from natural language and
|
||||
similar \"hard\" parsing problems)."
|
||||
HOMEPAGE="http://simpleparse.sourceforge.net/"
|
||||
COPYRIGHT="1998-2006, Mike C. Fletcher"
|
||||
LICENSE="simpleparse"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/simpleparse/simpleparse/2.1.1a2/SimpleParse-2.1.1a2.tar.gz"
|
||||
CHECKSUM_SHA256="9899df932c6805dbb6433c7395e696fd60723f463513933e925cc77314c6bbb8"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="SimpleParse-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
simpleparse = $portVersion
|
||||
"
|
||||
@@ -23,7 +28,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
SOURCE_DIR="SimpleParse-$portVersion"
|
||||
BUILD()
|
||||
{
|
||||
python setup.py build
|
||||
@@ -34,6 +38,3 @@ INSTALL()
|
||||
python setup.py install --root=${DESTDIR}
|
||||
|
||||
}
|
||||
|
||||
LICENSE="simpleparse"
|
||||
COPYRIGHT="1998-2006, Mike C. Fletcher"
|
||||
|
||||
Reference in New Issue
Block a user