Bep for mednafen created by GCI2012 student skycocker. Added bep for libcdio 0.90 based on the older version.

This commit is contained in:
Dario Casalinuovo
2013-01-12 19:07:42 +00:00
parent a03eece664
commit 7bc3ce1d6f
3 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
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"