summaryrefslogtreecommitdiffstats
path: root/lynx
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /lynx
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'lynx')
-rwxr-xr-xlynx/.footprint.i68614
-rwxr-xr-xlynx/.footprint.x86_6414
-rwxr-xr-xlynx/.md5sum.i6861
-rwxr-xr-xlynx/.md5sum.x86_641
-rwxr-xr-xlynx/Pkgfile26
5 files changed, 56 insertions, 0 deletions
diff --git a/lynx/.footprint.i686 b/lynx/.footprint.i686
new file mode 100755
index 000000000..ab5178108
--- /dev/null
+++ b/lynx/.footprint.i686
@@ -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/lynx/.footprint.x86_64 b/lynx/.footprint.x86_64
new file mode 100755
index 000000000..ab5178108
--- /dev/null
+++ b/lynx/.footprint.x86_64
@@ -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/lynx/.md5sum.i686 b/lynx/.md5sum.i686
new file mode 100755
index 000000000..25961ba6b
--- /dev/null
+++ b/lynx/.md5sum.i686
@@ -0,0 +1 @@
+124253e635f7c76bdffc47b9d036c812 lynx2.8.7.tar.gz
diff --git a/lynx/.md5sum.x86_64 b/lynx/.md5sum.x86_64
new file mode 100755
index 000000000..25961ba6b
--- /dev/null
+++ b/lynx/.md5sum.x86_64
@@ -0,0 +1 @@
+124253e635f7c76bdffc47b9d036c812 lynx2.8.7.tar.gz
diff --git a/lynx/Pkgfile b/lynx/Pkgfile
new file mode 100755
index 000000000..77c31209b
--- /dev/null
+++ b/lynx/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Un navigateur texte pour le WWW
+# URL: http://lynx.isc.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+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
+}