27 lines
618 B
Bash
27 lines
618 B
Bash
|
# Copyright 1999-2017 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
EAPI=2
|
||
|
inherit cmake-utils
|
||
|
|
||
|
DESCRIPTION="The easy asynchronous logger"
|
||
|
HOMEPAGE="https://github.com/crapp/ealogger"
|
||
|
SRC_URI="https://github.com/crapp/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND="dev-qt/qtgui:4"
|
||
|
DEPEND="${RDEPEND}"
|
||
|
|
||
|
#src_configure() {
|
||
|
# local mycmakeargs=(
|
||
|
# "-DDBUS_SYSTEM_POLICY_DIR=/etc/dbus-1/system.d"
|
||
|
# "-DDBUS_SYSTEM_SERVICE_DIR=/usr/share/dbus-1/system-services" )
|
||
|
#
|
||
|
# cmake-utils_src_configure
|
||
|
#}
|