mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
@@ -1,25 +1,44 @@
|
|||||||
|
SUMMARY="Soft-synth (with tracker) for BeOS and Haiku"
|
||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
Sawteeth is a soft-synth (with tracker) for BeOS and Haiku, meant to either \
|
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 \
|
create cool synthsounds to use in cubase and such, or cute chip-tunes. It uses \
|
||||||
no samples but only generated waveforms.
|
no samples but only generated waveforms.
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://pulkomandy.tk/projects/sawteeth/wiki"
|
HOMEPAGE="https://github.com/pulkomandy/Sawteeth/"
|
||||||
SRC_URI="svn://pulkomandy.lexinfo.fr/sawteeth/"
|
SRC_URI="git+https://github.com/pulkomandy/Sawteeth#f6fa08f34d"
|
||||||
REVISION="1"
|
LICENSE="MIT"
|
||||||
STATUS_HAIKU="stable"
|
COPYRIGHT="2001 Jonas Norberg"
|
||||||
DEPEND=""
|
REVISION="2"
|
||||||
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
sawteeth
|
||||||
|
app:sawteeth
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
cmd:make
|
||||||
|
cmd:cmake
|
||||||
|
cmd:gcc
|
||||||
|
"
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
cd sawteeth-1.3
|
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
cd sawteeth-1.3
|
SAWTEETH_DIR=${appsDir}/Sawteeth
|
||||||
SAWTEETH_DIR=${DESTDIR}/`finddir B_APPS_DIRECTORY`/Sawteeth
|
|
||||||
mkdir -p ${SAWTEETH_DIR}/sounds
|
mkdir -p ${SAWTEETH_DIR}/sounds
|
||||||
mkdir -p ${SAWTEETH_DIR}/songs
|
mkdir -p ${SAWTEETH_DIR}/songs
|
||||||
mkdir -p ${SAWTEETH_DIR}/lib
|
mkdir -p ${SAWTEETH_DIR}/lib
|
||||||
@@ -28,6 +47,3 @@ INSTALL()
|
|||||||
cp -r songs ${SAWTEETH_DIR}
|
cp -r songs ${SAWTEETH_DIR}
|
||||||
cp -r lib ${SAWTEETH_DIR}
|
cp -r lib ${SAWTEETH_DIR}
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
COPYRIGHT="2001 Jonas Norberg"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user