You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild

24 lines
595 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild,v 1.2 2015/06/04 18:57:33 kensington Exp $
EAPI=5
inherit kde4-base
DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://github.com/rthomsen/kcmsystemd"
SRC_URI="https://github.com/rthomsen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
IUSE="debug"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
DEPEND=">=dev-libs/boost-1.45"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kcmshell)
sys-apps/systemd
"