From: rhyhann <[email protected]> New Package. --- source/x11-extra/keynav/FrugalBuild | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 source/x11-extra/keynav/FrugalBuild
diff --git a/source/x11-extra/keynav/FrugalBuild b/source/x11-extra/keynav/FrugalBuild new file mode 100644 index 0000000..c8f3e90 --- /dev/null +++ b/source/x11-extra/keynav/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0 SBU +# Maintainer: +# Contributor: Othmane Benkirane <[email protected]> + +pkgname=keynav +pkgver=20080614.01 +pkgrel=1 +pkgdesc="Ingenious and fast way to use the pointer (mouse) with the keyboard" +_F_googlecode_dirname='semicomplete' +Finclude googlecode +url="http://www.semicomplete.com/projects/keynav/" +depends=('xdotool') +groups=('x11-extra') +archs=('i686') +sha1sums=('38746819c26e6c6c63bbadbc75846682fbe24a9f') + +build() { + Fmake + Fexerel /usr/bin/keynav +} -- 1.6.3.3 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
