mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
26 lines
565 B
Plaintext
26 lines
565 B
Plaintext
DESCRIPTION="A library to encapsulate CD-ROM reading and control"
|
|
HOMEPAGE="http://www.gnu.org/software/libcdio"
|
|
SRC_URI="ftp://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="1c29b18e01ab2b966162bc727bf3c360"
|
|
BUILD {
|
|
cd libcdio-0.82
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libcdio-0.82
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="2003-2009 Rocky Bernstein
|
|
1996-1998 Gerd Knorr and Heiko Eißfeldt"
|