mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Melt: create recipe (#2054)
This commit is contained in:
44
haiku-apps/melt/melt-1.3.0.recipe
Normal file
44
haiku-apps/melt/melt-1.3.0.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user