summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:45:33 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:45:33 +0200
commitc7e758d2662c3c116f351d04dbaa3a9e19ee35e9 (patch)
tree7bcab36423e8b37b6ea10cbc101e2dda531648cf /base
parentc8b2a9d65f9403bb6ea50ff490387140d019c2e0 (diff)
downloadnutyx-pakxe-c7e758d2662c3c116f351d04dbaa3a9e19ee35e9.tar.gz
nutyx-pakxe-c7e758d2662c3c116f351d04dbaa3a9e19ee35e9.tar.bz2
nutyx-pakxe-c7e758d2662c3c116f351d04dbaa3a9e19ee35e9.tar.xz
nutyx-pakxe-c7e758d2662c3c116f351d04dbaa3a9e19ee35e9.zip
lynx dans extra
Diffstat (limited to 'base')
-rwxr-xr-xbase/lynx/.footprint.i68614
-rwxr-xr-xbase/lynx/.footprint.x86_6414
-rwxr-xr-xbase/lynx/.md5sum.i6861
-rwxr-xr-xbase/lynx/.md5sum.x86_641
-rwxr-xr-xbase/lynx/Pkgfile26
5 files changed, 0 insertions, 56 deletions
diff --git a/base/lynx/.footprint.i686 b/base/lynx/.footprint.i686
deleted file mode 100755
index ab5178108..000000000
--- a/base/lynx/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-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/.footprint.x86_64 b/base/lynx/.footprint.x86_64
deleted file mode 100755
index ab5178108..000000000
--- a/base/lynx/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-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.i686 b/base/lynx/.md5sum.i686
deleted file mode 100755
index 25961ba6b..000000000
--- a/base/lynx/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-124253e635f7c76bdffc47b9d036c812 lynx2.8.7.tar.gz
diff --git a/base/lynx/.md5sum.x86_64 b/base/lynx/.md5sum.x86_64
deleted file mode 100755
index 25961ba6b..000000000
--- a/base/lynx/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-124253e635f7c76bdffc47b9d036c812 lynx2.8.7.tar.gz
diff --git a/base/lynx/Pkgfile b/base/lynx/Pkgfile
deleted file mode 100755
index 77c31209b..000000000
--- a/base/lynx/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-}