Initial .bep file for libcddb. Removed no longer needed .OptionalPackageDescription file as it's now part of the

.bep
This commit is contained in:
Scott McCreary
2010-10-05 19:10:02 +00:00
parent a57d65b673
commit 0f4f6e32be
2 changed files with 25 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
DESCRIPTION="A library for accessing a CDDB server"
HOMEPAGE="http://libcddb.sourceforge.net"
SRC_URI="http://prdownloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="8bb4a6f542197e8e9648ae597cd6bc8a"
BUILD {
cd libcddb-1.3.2
libtoolize --force --copy --install
aclocal
automake
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd libcddb-1.3.2
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2005 Kris Verbeeck"

View File

@@ -1,5 +0,0 @@
Package: libcddb
Version: 1.3.2
Copyright: 2003-2005 Kris Verbeeck
License: GNU LGPL v2
URL: http://libcddb.sourceforge.net