Files
haikuports/media-sound/naspro/naspro-0.2.9_hg.recipe
2015-07-02 11:13:12 -04:00

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"