summaryrefslogtreecommitdiffstats
path: root/base/lynx
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-07 21:44:43 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-07 21:44:43 +0200
commit8fba7c190285f6ff84aef26a5816e890328c319a (patch)
treea411c52b7496dc256ba810a01024c946d130b82b /base/lynx
parent13cf5c5d2bf1ec26ff04e5c6fce10c0ae5d12392 (diff)
downloadnutyx-extra-8fba7c190285f6ff84aef26a5816e890328c319a.tar.gz
nutyx-extra-8fba7c190285f6ff84aef26a5816e890328c319a.tar.bz2
nutyx-extra-8fba7c190285f6ff84aef26a5816e890328c319a.tar.xz
nutyx-extra-8fba7c190285f6ff84aef26a5816e890328c319a.zip
Deplacement de lynx dans base
Diffstat (limited to 'base/lynx')
-rwxr-xr-xbase/lynx/.footprint14
-rwxr-xr-xbase/lynx/.md5sum1
-rwxr-xr-xbase/lynx/Pkgfile26
3 files changed, 41 insertions, 0 deletions
diff --git a/base/lynx/.footprint b/base/lynx/.footprint
new file mode 100755
index 000000000..ab5178108
--- /dev/null
+++ b/base/lynx/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/lynx.cfg
+-rw-r--r-- root/root etc/lynx.lss
+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/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lynx.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lynx.1.gz
diff --git a/base/lynx/.md5sum b/base/lynx/.md5sum
new file mode 100755
index 000000000..25961ba6b
--- /dev/null
+++ b/base/lynx/.md5sum
@@ -0,0 +1 @@
+124253e635f7c76bdffc47b9d036c812 lynx2.8.7.tar.gz
diff --git a/base/lynx/Pkgfile b/base/lynx/Pkgfile
new file mode 100755
index 000000000..5a7230d87
--- /dev/null
+++ b/base/lynx/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Un navigateur texte pour le WWW
+# URL: http://lynx.isc.org
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: bzip2, glibc, ncurses, openssl, zlib
+
+name=lynx
+version=2.8.7
+release=1
+source=(http://lynx.isc.org/$name$version/$name$version.tar.gz)
+
+build() {
+cd ${name}2-8-7
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --datadir=/usr/share/doc/$name-$version \
+ --sysconfdir=/etc \
+ --with-ssl \
+ --enable-locale-charset \
+ --enable-nls \
+ --with-zlib \
+ --with-bzlib \
+ --with-screen=ncursesw
+ make
+ make DESTDIR=$PKG install
+}