mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Helios: add recipe for version 1.7.2
This commit is contained in:
39
haiku-apps/helios/helios-1.7.2.recipe
Normal file
39
haiku-apps/helios/helios-1.7.2.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="CD Burning App for Haiku"
|
||||
DESCRIPTION="Cdrecord GUI frontend."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Helios"
|
||||
COPYRIGHT="2000-2004 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Helios.git#ffbbca7"
|
||||
CHECKSUM_SHA256="ce82ede4fd218d3f0c7e30cafc061d2a377e473dbc88512a61e286f21ae51925"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
helios = $portVersion
|
||||
app:Helios = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp Helios $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Helios
|
||||
}
|
||||
Reference in New Issue
Block a user