Initial work on a bep file for naspro, this will probably be a gcc4 only package.

This commit is contained in:
Scott McCreary
2011-01-13 20:16:38 +00:00
parent 94922062de
commit 8370e12b45

View File

@@ -0,0 +1,22 @@
DESCRIPTION="NASPRO (recursive acronymn for NASPRO Architecture for Sound PROcessing)"
HOMEPAGE="http://naspro.atheme.org"
SRC_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=/boot/common
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"