mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
media-sound/Sinus, a sine wave generator: new recipe (#1923)
This commit is contained in:
41
media-sound/sinus/sinus-0.1.3.recipe
Normal file
41
media-sound/sinus/sinus-0.1.3.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Command line tool that creates sine waves"
|
||||
DESCRIPTION="Sinus is a little command line tool that creates sine waves, \
|
||||
plays them back, and writes then to (.wav) files. It takes a list of frequencies \
|
||||
and durations then creates a wave of those frequencies and durations."
|
||||
HOMEPAGE="https://ftp.gwdg.de/pub/linux/misc/blinux/"
|
||||
COPYRIGHT="1998 Angus Mackay"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gwdg.de/pub/linux/misc/blinux/sinus-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b81961bbc9854efaf3973701814aefca0fa5ec142c3dd1facac5f4eb08816d35"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sinus = $portVersion
|
||||
cmd:sinus = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure --omit-dirs "docDir dataRootDir" ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -d $docDir
|
||||
make install
|
||||
install -t $docDir README
|
||||
}
|
||||
Reference in New Issue
Block a user