Files
sablink-distro/dev-python/keybinder/keybinder-0.0.4.ebuild
T
Mitch Harder 435bb9d318 [dev-python/keybinder] Added ebuild as dependency for kupfer.
This ebuild was added as a dependency of gnome-extra/kupfer.
2010-08-11 10:42:02 -05:00

23 lines
481 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="python module for gtk-based applications registering global key
bindings"
HOMEPAGE="http://kaizer.se/wiki/python-keybinder/"
SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.5"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install
}