Files
haikuports/dev-libs/libcdio/libcdio-0.83.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
600 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.83.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libiconv >= 1.12"
CHECKSUM_MD5="b9e0f1bccb142e697cd834fe56b6e6fb"
BUILD()
{
cd libcdio-0.83
libtoolize --force --copy --install
aclocal -I m4
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libcdio-0.83
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2003-2011 Rocky Bernstein
1996-1998 Gerd Knorr and Heiko Eißfeldt"