16 lines
368 B
Bash
16 lines
368 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
inherit gkrellm-plugin
|
|
|
|
DESCRIPTION="XKB keyboard switcher for gkrellm2"
|
|
HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/"
|
|
SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
PLUGIN_SO=xkb.so
|