Skip to content

Commit

Permalink
ding: resurrected and cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 8, 2012
1 parent de4241d commit de64244
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
20 changes: 20 additions & 0 deletions i18n/ding/BUILD
@@ -0,0 +1,20 @@
(
prepare_install &&

#
# NOTE: BUILD completely overrides the ding install.sh script
#

# Install ding binary
install -m 755 -t /usr/bin ding &&

# Install de-en translation dictionary
install -m 644 -t /usr/share/dict de-en.txt &&

# Install icon
install -m 644 -t /usr/share/pixmaps ding.png &&

# Install desktop file
install -m 644 -t /usr/share/applications ding.desktop

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions i18n/ding/DEPENDS
@@ -0,0 +1 @@
depends tk
21 changes: 21 additions & 0 deletions i18n/ding/DETAILS
@@ -0,0 +1,21 @@
MODULE=ding
VERSION=1.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://ftp.tu-chemnitz.de/pub/Local/urz/$MODULE/
SOURCE_VFY=sha1:486b2986fbc54e8fd9de0751a2b1081d554c12f6
WEB_SITE=http://www-user.tu-chemnitz.de/~fri/ding/
ENTERED=20060421
UPDATED=20101221
SHORT="Tk based dictionary lookup program"
MAINTAINER=jannis@lunar-linux.org

cat << EOF
Ding is a Dictionary lookup program for the X window system (Linux,
Unix - not for Mac or MS Windows). It comes with a German-English
Dictionary with approximately 180,000 entries.

It has many configuration options, such as search preferences,
interface language (English or German), colors. It has history and
help functions and comes with useful key and mouse bindings for
quick and easy lookups.
EOF

0 comments on commit de64244

Please sign in to comment.