CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elinks: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 14:25:23 +0000 (14:25 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 14:25:37 +0000 (14:25 +0000)
elinks/.footprint [new file with mode: 0644]
elinks/.md5sum [new file with mode: 0644]
elinks/Pkgfile [new file with mode: 0644]

diff --git a/elinks/.footprint b/elinks/.footprint
new file mode 100644 (file)
index 0000000..3e741fa
--- /dev/null
@@ -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 (file)
index 0000000..eeddf21
--- /dev/null
@@ -0,0 +1 @@
+fcd087a6d2415cd4c6fd1db53dceb646  elinks-0.11.7.tar.bz2
diff --git a/elinks/Pkgfile b/elinks/Pkgfile
new file mode 100644 (file)
index 0000000..59bcb0f
--- /dev/null
@@ -0,0 +1,23 @@
+# Description: Enhanced version of the links textmode WWW browser with frame/table support 
+# URL: http://elinks.or.cz/
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: openssl zlib
+
+name=elinks
+version=0.11.7
+release=1
+source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
+
+build () {
+  cd $name-$version
+  ./configure --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man \
+              --sysconfdir=/usr/etc \
+              --enable-256-colors \
+              --disable-nls
+  make
+  make DESTDIR=$PKG install
+  ln -s elinks $PKG/usr/bin/links
+}