Browse Source

Esden: added dvorakng package

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@969 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Piotr Esden-Tempski 23 years ago
parent
commit
1534ae8a8a
3 changed files with 54 additions and 0 deletions
  1. +3
    -0
      Documentation/Developers/CHANGELOG-ESDEN
  2. +43
    -0
      package/esden/dvorakng/dvorakng.desc
  3. +8
    -0
      package/esden/dvorakng/install_path.patch

+ 3
- 0
Documentation/Developers/CHANGELOG-ESDEN

@ -2,6 +2,9 @@
This is a changelog for Dietlibc-Target, Alpha Target and all changes esden
does for ROCKLinux ;-)
*) 2003-08-01 (2.0.0-beta7 - 2.0.0-rc1)
- added dvorakng package
*) 2003-04-19 (2.0.0-alpha - 2.0.0-beta)
- fixed Build-Tools to not use parse-config*~ files

+ 43
- 0
package/esden/dvorakng/dvorakng.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/esden/dvorakng/dvorakng.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Dvorak keyboard learning tool.
[T] This is a very enhanced version of dvorak7min a program for learning how to
[T] type on a dvorak keyboard.
[U] http://freshmeat.net/projects/dvorakng/
[A] Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
[A] Kamil Burzynski <K.Burzynski@adbglobal.com>
[M] Piotr Esden-Tempski <esden@rocklinux.org>
[C] extra/education
[L] GPL
[S] Stable
[V] 0.6.0rc1
[P] X -----5---9 800.000
[D] 66691445 dvorakng-0.6.0rc1.tar.bz2 http://www.free.of.pl/n/nopik/

+ 8
- 0
package/esden/dvorakng/install_path.patch

@ -0,0 +1,8 @@
--- ./Makefile.orig 2003-04-25 23:52:48.000000000 +0200
+++ ./Makefile 2003-08-01 11:19:27.000000000 +0200
@@ -1,4 +1,4 @@
-INSTALL = /usr/local/games/
+INSTALL = $(prefix)/bin/
# Uncomment these lines if you want to change the defaults to something else
# (This is/will be removed - and better mechanism will be used for this purpose - Nopik)

Loading…
Cancel
Save