blob: 18cfd9f281de17488ec73f1735145ae21b182311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlgui/sqlgui-0.5.ebuild,v 1.5 2004/04/25 20:33:32 vapier Exp $
inherit kde
need-kde 3
MY_P="${PN}-${PV}.0"
DESCRIPTION="GUI for the dev-db/sqlguipart, administration tool for a mysql db"
HOMEPAGE="http://www.sqlgui.de/"
SRC_URI="http://www.sqlgui.de/download/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-db/mysql-3.23.38
>=dev-db/sqlguipart-${PV}"
S=${WORKDIR}/${MY_P}
myconf="$myconf --with-extra-includes=/usr/include/mysql"
|