mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
29
haiku-apps/sawteeth/sawteeth-1.3.recipe
Normal file
29
haiku-apps/sawteeth/sawteeth-1.3.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user