summaryrefslogtreecommitdiff
blob: 29c1a2fcb75072fed68c541522309b7d2bb203ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdbmusic/libdbmusic-0.7.0.ebuild,v 1.8 2005/01/25 18:18:33 greg_g Exp $

inherit kde

DESCRIPTION="libmusicdb is a wrapper library allowing you to \
interface a libdbmusic database to any program."
HOMEPAGE="http://kmusicdb.sourceforge.net/"
SRC_URI="mirror://sourceforge/kmusicdb/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 sparc"
IUSE=""

DEPEND=">=dev-db/postgresql-7.2.0
	>=dev-cpp/libpqpp-4.0-r1"
RDEPEND="${DEPEND}"

need-kde 3

src_compile() {
	myconf="--with-pqdir=/usr/include --with-qtdir=${QTDIR} --with-kdedir=${KDEDIR}"

	kde_src_compile
}