diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-01-22 21:14:25 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-01-22 21:14:25 +0000 |
commit | 58f2d41f8f6416b6f92788cd9b92b77cad319408 (patch) | |
tree | 2db04e63fbd1a33bde7db57acd2f4a0688a93491 /rox-base/rox-keyboard/rox-keyboard-0.11.ebuild | |
parent | Adding all the individual bindings for dev-python/gnome-python-desktop as the... (diff) | |
download | rox-58f2d41f8f6416b6f92788cd9b92b77cad319408.tar.gz rox-58f2d41f8f6416b6f92788cd9b92b77cad319408.tar.bz2 rox-58f2d41f8f6416b6f92788cd9b92b77cad319408.zip |
Adding some new rox-utilities... Perhaps some day these will make the real tree?
svn path=/trunk/overlay/; revision=24
Diffstat (limited to 'rox-base/rox-keyboard/rox-keyboard-0.11.ebuild')
-rw-r--r-- | rox-base/rox-keyboard/rox-keyboard-0.11.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rox-base/rox-keyboard/rox-keyboard-0.11.ebuild b/rox-base/rox-keyboard/rox-keyboard-0.11.ebuild new file mode 100644 index 0000000..8e26c00 --- /dev/null +++ b/rox-base/rox-keyboard/rox-keyboard-0.11.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/mime-editor-0.5-r2.ebuild,v 1.3 2008/01/01 14:36:42 josejx Exp $ + +ROX_LIB_VER="2.0.4-r1" +inherit rox-0install + +MY_PN="keyboard" +DESCRIPTION="Mouse is a rodent configuration tool for ROX Desktop" +HOMEPAGE="http://rox.sourceforge.net/desktop/Mouse" +SRC_URI="mirror://sourceforge/rox/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +APPNAME="Keyboard" +APPCATEGORY="System;Core" +S="${WORKDIR}/${MY_PN}-${PV}" + +src_unpack() { + unpack ${A} + + # This forces us to use 'python2.4' but we can trust that the 'python' + # executable is at least 2.4, and may even be 2.5 or later! + sed -i -e 's/python2.4/python/' "${S}/${APPNAME}/AppRun" || die "Could not patch python version" +} |