mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Add recipe for BurnItNow v1.2
This commit is contained in:
52
haiku-apps/burnitnow/burnitnow-1.2.recipe
Normal file
52
haiku-apps/burnitnow/burnitnow-1.2.recipe
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
SUMMARY="An application to burn audio and data CDs"
|
||||||
|
DESCRIPTION="BurnItNow is a GUI frontend for cdrecord and mkisofs. \
|
||||||
|
It supports creating audio and data CDs, as well as burning ISO images, \
|
||||||
|
making 1:1 copies and blanking CD-RWs (the blanking depends very much \
|
||||||
|
on the used hardware and its configuration)."
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/BurnItNow"
|
||||||
|
COPYRIGHT="2010-2017 BurnItNow Team"
|
||||||
|
LICENSE="MIT"
|
||||||
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://github.com/HaikuArchives/BurnItNow/archive/v$portVersion.tar.gz"
|
||||||
|
CHECKSUM_SHA256="1b4bb3415251b0c34d878da8087899a6ff31692b20b0266e69a33e5f82cad357"
|
||||||
|
SOURCE_DIR="BurnItNow-$portVersion"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
burnitnow$secondaryArchSuffix = $portVersion
|
||||||
|
app:BurnItNow = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
cmd:cdrecord
|
||||||
|
cmd:mkisofs
|
||||||
|
cmd:readcd
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:g++$secondaryArchSuffix
|
||||||
|
cmd:ld$secondaryArchSuffix
|
||||||
|
cmd:make
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
cd Source
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
make bindcatalogs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir $docDir
|
||||||
|
|
||||||
|
cp Source/objects/BurnItNow $appsDir
|
||||||
|
cp -r Docs/* $docDir/
|
||||||
|
|
||||||
|
addAppDeskbarSymlink $appsDir/BurnItNow
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user