mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated sawteeth recipe
* Improved summary * Added $portVersion to provides * Moved haiku_devel to build_prerequires * Added app to Deskbar
This commit is contained in:
@@ -1,32 +1,29 @@
|
||||
SUMMARY="Soft-synth (with tracker) for BeOS and Haiku"
|
||||
DESCRIPTION="
|
||||
Sawteeth is a soft-synth (with tracker) for BeOS and Haiku, meant to either \
|
||||
create cool synthsounds to use in cubase and such, or cute chip-tunes. It uses \
|
||||
no samples but only generated waveforms.
|
||||
"
|
||||
SUMMARY="A Soft-synthesizer with tracker"
|
||||
DESCRIPTION="Sawteeth is a soft-synth (with tracker) for BeOS and Haiku, meant \
|
||||
to either create cool synth sounds to use in Cubase and such, or cute \
|
||||
chip-tunes. It uses no samples but only generated waveforms."
|
||||
HOMEPAGE="https://github.com/pulkomandy/Sawteeth/"
|
||||
SRC_URI="git+https://github.com/pulkomandy/Sawteeth#f6fa08f34d"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001 Jonas Norberg"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sawteeth
|
||||
app:sawteeth
|
||||
sawteeth = $portVersion
|
||||
app:sawteeth = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -44,4 +41,5 @@ INSTALL()
|
||||
cp -r sounds ${SAWTEETH_DIR}
|
||||
cp -r songs ${SAWTEETH_DIR}
|
||||
cp -r lib/headers lib/libST.so ${SAWTEETH_DIR}/lib/
|
||||
addAppDeskbarSymlink ${SAWTEETH_DIR}/Sawteeth
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user