mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Initial .bep files for sdl-sound and cdrtools
This commit is contained in:
16
app-cdr/cdrtools/cdrtools-2.01.01a66.bep
Normal file
16
app-cdr/cdrtools/cdrtools-2.01.01a66.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user