mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
HaikuPorter: update to 1.2.6
This had been tagged a year ago but never packaged. Fixes #7357.
This commit is contained in:
@@ -8,11 +8,11 @@ patches, builds the software, and packages it according to so-called 'recipes'.
|
|||||||
See the wiki on the HaikuPorter website for more information on its usage \
|
See the wiki on the HaikuPorter website for more information on its usage \
|
||||||
and details on how to create those recipes."
|
and details on how to create those recipes."
|
||||||
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
||||||
COPYRIGHT="2013-2021 Haiku, Inc."
|
COPYRIGHT="2013-2022 Haiku, Inc."
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="9549fbc60509f33249d461b03f9f3aeb44fe86b99c23ad3e69b375354dc714a5"
|
CHECKSUM_SHA256="eed93efa18ccf96bd16e7ff2c749dfbd469cc32f9b1ea5f5a6db2849fb4aff87"
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
ARCHITECTURES="any"
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
cmd:git
|
cmd:git
|
||||||
cmd:python3
|
cmd:python3.9
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
@@ -49,8 +49,8 @@ INSTALL()
|
|||||||
mkdir -p $binDir
|
mkdir -p $binDir
|
||||||
cp haikuporter $binDir/
|
cp haikuporter $binDir/
|
||||||
|
|
||||||
mkdir -p $libDir/python3.7/vendor-packages/
|
mkdir -p $libDir/python3.9/vendor-packages/
|
||||||
cp -R HaikuPorter $libDir/python3.7/vendor-packages/
|
cp -R HaikuPorter $libDir/python3.9/vendor-packages/
|
||||||
|
|
||||||
mkdir -p $settingsDir
|
mkdir -p $settingsDir
|
||||||
cp haikuports-sample.conf $settingsDir/haikuports.conf
|
cp haikuports-sample.conf $settingsDir/haikuports.conf
|
||||||
Reference in New Issue
Block a user