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-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.e...

27 lines
547 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit gkrellm-plugin
IUSE=""
MY_P=${P/gkrellm-/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
HOMEPAGE="http://nerv-un.net/~dragorn/"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="-* x86"
PLUGIN_SO=vaiobright.so
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-textrel.patch \
"${FILESDIR}"/${P}-fixinfo.patch
}