blob: 27c79eb8a7530dd2d9edcd5b523f6f32e572ec74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kmusicdb/kmusicdb-0.9.2.ebuild,v 1.5 2004/06/29 00:42:06 carlo Exp $
inherit kde
DESCRIPTION="KmusicdB is a music collection management software."
HOMEPAGE="http://kmusicdb.sourceforge.net/"
SRC_URI="mirror://sourceforge/kmusicdb/${P}beta1.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=media-libs/libdbmusic-0.4.1"
need-kde 3
myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-pqdir=/usr/include/ --with-qtdir=/usr/qt/3/ --with-kdedir=/usr/kde/3/"
|