mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Update the recipe for haikuporter for the newly tagged version.
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
SUMMARY="Build packages for the Haiku operating system"
|
||||
DESCRIPTION="
|
||||
Haikuporter allows you to build ports (and native) applications for the Haiku \
|
||||
operating system into installable packages.
|
||||
"
|
||||
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
||||
COPYRIGHT="
|
||||
2013-2015 Haiku, Inc.
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="66b171b3078b03c8a89126f1de6e061f8fb5a96194e1f3ce8d755b6ee30510af"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/haikuports.conf auto-merge
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
haikuporter = $portVersion
|
||||
cmd:haikuporter = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:git
|
||||
cmd:python2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
# This is very manual, however was done due to
|
||||
# https://github.com/haikuports/haikuports/issues/286
|
||||
# TODO: Setuptools once #286 is investigated
|
||||
mkdir -p $binDir
|
||||
cp haikuporter $binDir/
|
||||
|
||||
mkdir -p $libDir/python2.7/vendor-packages/
|
||||
cp -R HaikuPorter $libDir/python2.7/vendor-packages/
|
||||
|
||||
mkdir -p $settingsDir
|
||||
cp haikuports-sample.conf $settingsDir/haikuports.conf
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
SUMMARY="Build packages for the Haiku operating system"
|
||||
DESCRIPTION="
|
||||
Haikuporter allows you to build ports (and native) applications for the Haiku \
|
||||
operating system into installable packages.
|
||||
"
|
||||
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
||||
COPYRIGHT="
|
||||
2013-2015 Haiku, Inc.
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="cc7d2b2885b7f4088e38030420791fb49467b6c6aae904107a6aef7cf8548779"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/haikuports.conf auto-merge
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
haikuporter = $portVersion
|
||||
cmd:haikuporter = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:git
|
||||
cmd:python2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
# This is very manual, however was done due to
|
||||
# https://github.com/haikuports/haikuports/issues/286
|
||||
# TODO: Setuptools once #286 is investigated
|
||||
mkdir -p $binDir
|
||||
cp haikuporter $binDir/
|
||||
|
||||
mkdir -p $libDir/python2.7/vendor-packages/
|
||||
cp -R HaikuPorter $libDir/python2.7/vendor-packages/
|
||||
|
||||
mkdir -p $settingsDir
|
||||
cp haikuports-sample.conf $settingsDir/haikuports.conf
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
SUMMARY="Build packages for the Haiku operating system"
|
||||
DESCRIPTION="The HaikuPorter tool is provided to ease the fetching, patching \
|
||||
and building of source code. It can be compared to a slim version of Gentoo \
|
||||
Portage. Each port contains the Haiku-specific patches to the original source \
|
||||
code. It fetches the original source code, applies the Haiku-specific \
|
||||
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 \
|
||||
and details on how to create those recipes."
|
||||
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
||||
COPYRIGHT="2013-2017 Haiku, Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e924e9eeea0b7628ccda22ded1ac512485d363b223045c71b36d763d2ce0e6c4"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/haikuports.conf auto-merge
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
haikuporter = $portVersion
|
||||
cmd:haikuporter = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:git
|
||||
cmd:python2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
# This is very manual, however was done due to
|
||||
# https://github.com/haikuports/haikuports/issues/286
|
||||
# TODO: Setuptools once #286 is investigated
|
||||
mkdir -p $binDir
|
||||
cp haikuporter $binDir/
|
||||
|
||||
mkdir -p $libDir/python2.7/vendor-packages/
|
||||
cp -R HaikuPorter $libDir/python2.7/vendor-packages/
|
||||
|
||||
mkdir -p $settingsDir
|
||||
cp haikuports-sample.conf $settingsDir/haikuports.conf
|
||||
}
|
||||
@@ -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 \
|
||||
and details on how to create those recipes."
|
||||
HOMEPAGE="https://github.com/haikuports/haikuporter"
|
||||
COPYRIGHT="2013-2016 Haiku, Inc."
|
||||
COPYRIGHT="2013-2020 Haiku, Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f053534dc7fe6938038c36061e441d960b5977e55d10d2060aed14fc658fac1d"
|
||||
CHECKSUM_SHA256="6d4b40684760a214a08b66ac996c9d9c9e9cd03a53d1b8611088e58a4c440085"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
Reference in New Issue
Block a user