mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Bep for mednafen created by GCI2012 student skycocker. Added bep for libcdio 0.90 based on the older version.
This commit is contained in:
26
dev-libs/libcdio/libcdio-0.90.bep
Normal file
26
dev-libs/libcdio/libcdio-0.90.bep
Normal 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"
|
||||
Reference in New Issue
Block a user