Initial .bep files for sdl-sound and cdrtools

This commit is contained in:
Scott McCreary
2009-10-29 22:27:20 +00:00
parent 62a6c620ab
commit 9c194a6a8c
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
DESCRIPTION="cdrtools - A set of tools for CD/DVD reading and recording, including cdrecord"
HOMEPAGE="http://cdrecord.berlios.de"
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a66.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cdrtools-2.01.01
./configure --prefix=/boot/common
make
}
INSTALL {
cd cdrtools-2.01.01
make install
}