summaryrefslogtreecommitdiff
blob: 5fb2f44c38782a0f82e4d8c4143aa10fb137975f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlguipart/sqlguipart-0.5.1.ebuild,v 1.2 2004/02/24 20:05:21 mholzer Exp $

inherit kde eutils
need-kde 3.1
newdepend ">=dev-db/mysql-3.23.38
	>=kde-base/kdebase-3.1"

DESCRIPTION="kpart for administering a mysql db. dev-db/sqlgui is a gui for it."
SRC_URI="http://www.sqlgui.de/download/${P}.tar.gz"
HOMEPAGE="http://www.sqlgui.de/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

myconf="${myconf} --with-extra-includes=/usr/include/mysql"

src_unpack() {
	kde_src_unpack
}