Melt: create recipe (#2054)

This commit is contained in:
Owen
2018-01-04 00:45:13 -08:00
committed by fbrosson
parent 1a34b15e75
commit b111186902

View File

@@ -0,0 +1,44 @@
SUMMARY="A CD burning application"
DESCRIPTION="Melt is a frontend application which uses mkisofs and cdrecord, \
both from the cdrtools package, to create and burn Audio and Data CDs."
APP="Melt"
HOMEPAGE="https://github.com/matthiasr/melt"
COPYRIGHT="2000 Lukas Hartmann / Atomatrix"
LICENSE="MIT"
REVISION="1"
srcGitRev="a32d2888d6bb601e8158b1e0a373e9f52171681b"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="8f420c8a83ae175f618e29c390db83d7bd56eda4c1d788a76f8897b4f120e134"
SOURCE_FILENAME="$APP-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="melt-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
melt = $portVersion
app:$APP = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
install -d $appsDir
install -t $appsDir $APP
addAppDeskbarSymlink $appsDir/$APP
}