summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Rosenstand <mark@borkware.net>2006-10-22 10:18:12 +0200
committerMark Rosenstand <mark@borkware.net>2006-10-22 10:18:12 +0200
commit90f2dfcf43878e7d9a6276a93d21671b2e9b2dd0 (patch)
tree4cab3ea5b63c4fe39725e4698a911e91a14dee1a
parent6503818a98fa35ab35c4e336abdd2ac46bdc5bf4 (diff)
downloadcontrib-90f2dfcf43878e7d9a6276a93d21671b2e9b2dd0.tar.gz
contrib-90f2dfcf43878e7d9a6276a93d21671b2e9b2dd0.tar.xz
lynx: initial import
-rw-r--r--lynx/.footprint9
-rw-r--r--lynx/.md5sum1
-rw-r--r--lynx/.sync0
-rw-r--r--lynx/Pkgfile22
4 files changed, 32 insertions, 0 deletions
diff --git a/lynx/.footprint b/lynx/.footprint
new file mode 100644
index 000000000..16a6af85f
--- /dev/null
+++ b/lynx/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lynx
+drwxr-xr-x root/root usr/etc/
+-rw-r--r-- root/root usr/etc/lynx.cfg
+-rw-r--r-- root/root usr/etc/lynx.lss
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/lynx.1.gz
diff --git a/lynx/.md5sum b/lynx/.md5sum
new file mode 100644
index 000000000..7c18e48fd
--- /dev/null
+++ b/lynx/.md5sum
@@ -0,0 +1 @@
+ec2186504f6141e87bac3783b1208db1 lynx2.8.6.tar.bz2
diff --git a/lynx/.sync b/lynx/.sync
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/lynx/.sync
diff --git a/lynx/Pkgfile b/lynx/Pkgfile
new file mode 100644
index 000000000..9a124fff3
--- /dev/null
+++ b/lynx/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Text-based web browser
+# URL: http://lynx.isc.org/
+# Maintainer: Mark Rosenstand, mark at borkware dot net
+# Depends on: ncurses, openssl, zlib
+
+name=lynx
+version=2.8.6
+release=1
+source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2)
+
+build() {
+ cd lynx${version//\./-}
+ ./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-ssl \
+ --enable-color-style \
+ --enable-ipv6 \
+ --with-zlib
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit