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/x11-misc/cbatticon/cbatticon-1.1.ebuild

32 lines
760 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/cbatticon/cbatticon-1.1.ebuild,v 1.1 2013/04/13 12:25:21 hasufell Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="A GTK+ battery icon which uses libudev to be lightweight and fast"
HOMEPAGE="https://github.com/ColinJones/cbatticon"
SRC_URI="https://github.com/ColinJones/cbatticon/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
x11-libs/libnotify
virtual/udev"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
tc-export CC
emake V=1 VERSION="${PF}"
}
src_install() {
emake DESTDIR="${D}" V=1 VERSION="${PF}" install
}