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/tintwizard/tintwizard-0.3.4-r1.ebuild

34 lines
635 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="3"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="GUI wizard which generates config files for tint2 panels"
HOMEPAGE="https://code.google.com/p/tintwizard/"
SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="x11-misc/tint2
dev-python/pygtk:2"
src_prepare() {
python_convert_shebangs 2 tintwizard.py
}
src_install() {
dodoc ChangeLog
dobin tintwizard.py || die
dosym /usr/bin/tintwizard.py /usr/bin/tintwizard || die
}