mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Initial creation of the haiku-apps directory, and initial addition of BeAE .bep and .OptionalPackageDescription files.
This commit is contained in:
17
haiku-apps/beae/beae-20.bep
Normal file
17
haiku-apps/beae/beae-20.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="BeAE - Audio Editor"
|
||||
HOMEPAGE="http://beae.berlios.de/"
|
||||
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/beae/trunk#20"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="cmake"
|
||||
#CHECKSUM_MD5=""
|
||||
BUILD {
|
||||
cd beae-20
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd beae-20
|
||||
make install
|
||||
}
|
||||
5
haiku-apps/beae/beae.OptionalPackageDescription
Normal file
5
haiku-apps/beae/beae.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: BeAE
|
||||
Version: r20
|
||||
Copyright: 2003 Xentronix
|
||||
License: BeAE
|
||||
URL: http://beae.berlios.de/
|
||||
Reference in New Issue
Block a user