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/rox-extra/lithium/lithium-006.ebuild

27 lines
600 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v 1.5 2010/02/07 12:53:28 hwoarang Exp $
ROX_LIB_VER=2.0.0
inherit rox
MY_PN="Lithium"
DESCRIPTION="Lithium - A battery-status applet for ROX."
HOMEPAGE="http://rox-lithium.googlecode.com"
SRC_URI="http://rox-lithium.googlecode.com/files/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
APPNAME=${MY_PN}
APPCATEGORY=""
S=${WORKDIR}
src_unpack() {
mkdir ${MY_PN}
cd ${MY_PN}
unpack ${A}
}