mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Initial work on a bep file for naspro, this will probably be a gcc4 only package.
This commit is contained in:
22
media-sound/naspro/naspro-0.2.9-hg.bep
Normal file
22
media-sound/naspro/naspro-0.2.9-hg.bep
Normal 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"
|
||||
Reference in New Issue
Block a user