summaryrefslogtreecommitdiff
path: root/elinks
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /elinks
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'elinks')
-rw-r--r--elinks/.footprint10
-rw-r--r--elinks/.md5sum1
-rw-r--r--elinks/Pkgfile20
-rw-r--r--elinks/README11
4 files changed, 42 insertions, 0 deletions
diff --git a/elinks/.footprint b/elinks/.footprint
new file mode 100644
index 000000000..3e741faaa
--- /dev/null
+++ b/elinks/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/elinks
+lrwxrwxrwx root/root usr/bin/links -> elinks
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/elinks.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/elinks.conf.5.gz
+-rw-r--r-- root/root usr/man/man5/elinkskeys.5.gz
diff --git a/elinks/.md5sum b/elinks/.md5sum
new file mode 100644
index 000000000..10961dabe
--- /dev/null
+++ b/elinks/.md5sum
@@ -0,0 +1 @@
+db0d62394b03938eec81b749e49dfbbc elinks-0.11.1.tar.bz2
diff --git a/elinks/Pkgfile b/elinks/Pkgfile
new file mode 100644
index 000000000..9253d17cc
--- /dev/null
+++ b/elinks/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Enhanced version of the links textmode WWW browser with frame/table support
+# URL: http://elinks.or.cz/
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: openssl, zlib
+
+name=elinks
+version=0.11.1
+release=1
+source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/usr/etc \
+ --enable-256-colors \
+ --disable-nls
+ make
+ make DESTDIR=$PKG install
+ ln -s elinks $PKG/usr/bin/links
+}
diff --git a/elinks/README b/elinks/README
new file mode 100644
index 000000000..ecf2ce86a
--- /dev/null
+++ b/elinks/README
@@ -0,0 +1,11 @@
+README for elinks 0.11.x
+
+To get a more "common" behaviour of elinks cursor-keys add
+the following to ~/.elinks/elinks.conf:
+
+ bind "main" "Up" = "move-cursor-up"
+ bind "main" "Right" = "move-cursor-right"
+ bind "main" "Left" = "move-cursor-left"
+ bind "main" "Down" = "move-cursor-down"
+
+

Generated by cgit