mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for libcddb. Removed no longer needed .OptionalPackageDescription file as it's now part of the
.bep
This commit is contained in:
25
media-libs/libcddb/libcddb-1.3.2.bep
Normal file
25
media-libs/libcddb/libcddb-1.3.2.bep
Normal 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"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
Package: libcddb
|
||||
Version: 1.3.2
|
||||
Copyright: 2003-2005 Kris Verbeeck
|
||||
License: GNU LGPL v2
|
||||
URL: http://libcddb.sourceforge.net
|
||||
Reference in New Issue
Block a user