mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
gitCommit => srcGitRev, code style.
This commit is contained in:
@@ -5,32 +5,32 @@ and a structural view for several programming language, as well as basic \
|
||||
support for Makefile and Jamfile project management.
|
||||
"
|
||||
HOMEPAGE="https://github.com/olta/pe"
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
|
||||
COPYRIGHT="
|
||||
1996-2002 Maarteen Hekkelman
|
||||
2003-2014 Team Pe
|
||||
"
|
||||
|
||||
srcrev="0c0b4928d863b58433e41fe76f59dc6170dff7c0"
|
||||
SOURCE_DIR="pe-$srcrev"
|
||||
SOURCE_URI="https://github.com/olta/pe/archive/$srcrev.tar.gz"
|
||||
CHECKSUM_SHA256="f43f0b919d514a16cfc51fa289d658af55b32a653ba1735ab21bec15b37e10b3"
|
||||
SOURCE_FILENAME="pe-$srcrev.tar.gz"
|
||||
|
||||
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
REVISION="1"
|
||||
srcGitRev="0c0b4928d863b58433e41fe76f59dc6170dff7c0"
|
||||
SOURCE_URI="https://github.com/olta/pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f43f0b919d514a16cfc51fa289d658af55b32a653ba1735ab21bec15b37e10b3"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="pe-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
pe = $portVersion
|
||||
app:Pe = $portVersion compat >= 2
|
||||
cmd:lpe = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpcre
|
||||
@@ -42,7 +42,6 @@ BUILD_REQUIRES="
|
||||
devel:libpcre
|
||||
devel:libpcreposix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
@@ -51,10 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam -q
|
||||
|
||||
@@ -5,32 +5,32 @@ and a structural view for several programming language, as well as basic \
|
||||
support for Makefile and Jamfile project management.
|
||||
"
|
||||
HOMEPAGE="https://github.com/olta/pe"
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
|
||||
COPYRIGHT="
|
||||
1996-2002 Maarteen Hekkelman
|
||||
2003-2014 Team Pe
|
||||
"
|
||||
|
||||
srcrev="8c23b804617361c0ce25dc42fce1c6dea46bbde5"
|
||||
SOURCE_DIR="pe-$srcrev"
|
||||
SOURCE_URI="https://github.com/olta/pe/archive/$srcrev.tar.gz"
|
||||
CHECKSUM_SHA256="b3cb6b102a4b509aa6882d7c5a1dd55b3bc6fb072a9a784f98be03809967c247"
|
||||
SOURCE_FILENAME="pe-$srcrev.tar.gz"
|
||||
|
||||
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
REVISION="1"
|
||||
srcGitRev="8c23b804617361c0ce25dc42fce1c6dea46bbde5"
|
||||
SOURCE_URI="https://github.com/olta/pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b3cb6b102a4b509aa6882d7c5a1dd55b3bc6fb072a9a784f98be03809967c247"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="pe-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
pe = $portVersion
|
||||
app:Pe = $portVersion compat >= 2
|
||||
cmd:lpe = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpcre
|
||||
@@ -42,7 +42,6 @@ BUILD_REQUIRES="
|
||||
devel:libpcre
|
||||
devel:libpcreposix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
@@ -51,10 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam -q
|
||||
|
||||
@@ -12,11 +12,11 @@ LICENSE="
|
||||
MIT
|
||||
"
|
||||
REVISION="8"
|
||||
gitCommit="f50baf0da36478cdb75d3799d8c3d4f5dbe49bce"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/$gitCommit.tar.gz"
|
||||
srcGitRev="f50baf0da36478cdb75d3799d8c3d4f5dbe49bce"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="94e3946437bc5f5e0163ed3f44b3f597c4471106999d00262ccd9fff763df091"
|
||||
SOURCE_FILENAME="pe-$gitCommit.tar.gz"
|
||||
SOURCE_DIR="Pe-$gitCommit"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Pe-$srcGitRev"
|
||||
PATCHSET="pe-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
Reference in New Issue
Block a user