New ebuild: sqliteman-1.0.1
[kdeapps-overlay.git] / dev-db / sqliteman / sqliteman-1.0.1.ebuild
blobac999ad6968e3c4b8d9d0e6612874eee4dccc77b
1 # KDE-Apps Gentoo Overlay
2 # Maintained by Bram Schoenmakers <bramschoenmakers@kde.nl>
4 # Distributed under the terms of the GNU General Public License v3
5 # Copyright 2008
7 inherit cmake-utils qt4
9 DESCRIPTION="Sqliteman is a simple but powerful Sqlite3 GUI database manager."
10 HOMEPAGE="http://sqliteman.com"
11 LICENSE="GPL-2"
12 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
14 IUSE=""
15 KEYWORDS="~amd64 ~x86"
16 SLOT="0"
18 QT4_BUILT_WITH_USE_CHECK="sqlite3"
19 RDEPEND="$(qt4_min_version 4.2)
20 >=dev-db/sqlite-3"
21 DEPEND="${REDPEND}
22 dev-util/cmake"
24 src_compile()
26 cmake-utils_src_compile