Files
haikuports/dev-libs/libcdio/libcdio-0.82.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

28 lines
594 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="dev-libs/libiconv >= 1.12"
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"