mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
23 lines
461 B
Plaintext
23 lines
461 B
Plaintext
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"
|