Files
haikuports/haiku-apps/sawteeth/sawteeth-1.3.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

30 lines
789 B
Plaintext

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"
HOMEPAGE="http://pulkomandy.tk/projects/sawteeth/wiki"
SRC_URI="svn://pulkomandy.lexinfo.fr/sawteeth/"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd sawteeth-1.3
cmake .
make
}
INSTALL()
{
cd sawteeth-1.3
SAWTEETH_DIR=${DESTDIR}/`finddir B_APPS_DIRECTORY`/Sawteeth
mkdir -p ${SAWTEETH_DIR}/sounds
mkdir -p ${SAWTEETH_DIR}/songs
mkdir -p ${SAWTEETH_DIR}/lib
cp Sawteeth ${SAWTEETH_DIR}/Sawteeth
cp -r sounds ${SAWTEETH_DIR}
cp -r songs ${SAWTEETH_DIR}
cp -r lib ${SAWTEETH_DIR}
}
LICENSE="MIT"
COPYRIGHT="2001 Jonas Norberg"