summaryrefslogtreecommitdiff
blob: d1de8d016bdcc2f9dab95ba7b988a96f2ccc810a (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
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit cmake-utils qt4

DESCRIPTION="A blogging client based on the Qt"
HOMEPAGE="http://qtm.blogistan.co.uk"
SRC_URI="mirror://sourceforge/catkin/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RESTRICT="strip"

RDEPEND="x11-libs/qt-gui:4
	x11-proto/xproto
	dev-lang/perl
	virtual/perl-Digest-MD5"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

CMAKE_IN_SOURCE_BUILD="1"

DOCS="README"

src_configure() {
	mycmakeargs="-DUSE_STI=TRUE -DDONT_USE_PTE=FALSE -DINSTALL_MARKDOWN=TRUE $(cmake-utils_use debug QDEBUG)"
	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install
}