mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
25 lines
484 B
Bash
25 lines
484 B
Bash
DESCRIPTION="NASPRO (recursive acronymn for NASPRO Architecture for Sound PROcessing)"
|
|
HOMEPAGE="http://naspro.atheme.org"
|
|
SOURCE_URI="hg+http://hg.atheme.org/naspro"
|
|
#CHECKSUM_MD5=""
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd naspro-0.2.9-hg/naspro-core
|
|
./autogen.sh
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd naspro-0.2.9-hg-core
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3
|
|
GNU LGPL v2.1"
|
|
COPYRIGHT="2007-2011, NASPRO Development Team"
|