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/ptbatterysystemtray/ptbatterysystemtray-1.0.0_r...

35 lines
764 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild,v 1.3 2013/03/02 23:51:03 hwoarang Exp $
EAPI=4
inherit qt4-r2
DESCRIPTION="A simple battery monitor in the system tray"
HOMEPAGE="https://gitorious.org/ptbatterysystemtray"
SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/${PV/_/-} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
"
RDEPEND="${DEPEND}"
DOCS="AUTHORS ChangeLog README"
src_unpack() {
default
mv ${PN}-${PN} "${S}" || die
}
src_configure() {
eqmake4 ${PN}.pro INSTALL_PREFIX=/usr
}