mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
pe: update to version 2.5.0. (#12383)
Disable parallel builds again, as it failed once for me while building with gcc2.
This commit is contained in:
@@ -5,18 +5,16 @@ as basic support for Makefile and Jamfile project management."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Pe"
|
||||
COPYRIGHT="
|
||||
1996-2002 Maarteen Hekkelman
|
||||
2003-2024 Team Pe
|
||||
2003-2025 Team Pe
|
||||
"
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
REVISION="11"
|
||||
srcGitRev="13a6797bbae457c18c27a7c2c874e4dd52258cc7"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="dc500b94a26c6bec1891601309e0f96d56ef2b89da075bcfac3730277f05d7ab"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Pe-$srcGitRev"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="adc168eaf753f9c70a48b50171f90b6c145e7033c83e2f42936209bc1e99d61b"
|
||||
SOURCE_DIR="Pe-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
@@ -50,7 +48,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam -q $jobArgs
|
||||
jam -q -sDISTRO_DIR=distro
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -58,7 +56,7 @@ INSTALL()
|
||||
peDir=$appsDir/Pe
|
||||
|
||||
mkdir -p $appsDir
|
||||
cp -a generated/distro $peDir
|
||||
cp -a distro $peDir
|
||||
cp -a doc $peDir/Documentation
|
||||
|
||||
mkdir $binDir
|
||||
Reference in New Issue
Block a user