summaryrefslogtreecommitdiff
blob: 4cac8aae0095feb6f6b59f8ff9d7863737f275b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit cmake-utils

DESCRIPTION="Command line parser for Qt (like getopt)"
HOMEPAGE="http://xf.iksaif.net/dev/qcommandline.html"
SRC_URI="http://xf.iksaif.net/dev/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-qt/qtcore-4.6:4"
RDEPEND="${DEPEND}"