mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
29 lines
696 B
Plaintext
29 lines
696 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.90.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-libs/libiconv >= 1.12
|
|
dev-util/pkgconfig"
|
|
CHECKSUM_MD5="1b245b023fb03a58d030fd2800db3247"
|
|
BUILD()
|
|
{
|
|
cd libcdio-0.90
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4
|
|
autoconf
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libcdio-0.90
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="2003-2011 Rocky Bernstein
|
|
1996-1998 Gerd Knorr and Heiko Eißfeldt"
|