2017-03-06 16:39:19 +01:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2017-06-07 10:56:21 +02:00
|
|
|
EAPI=5
|
2017-03-06 16:39:19 +01:00
|
|
|
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=""
|
|
|
|
|
2017-03-06 16:40:03 +01:00
|
|
|
RDEPEND=""
|
2017-03-06 16:39:19 +01:00
|
|
|
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
|
|
|
|
#}
|