diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:55:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:55:15 +0100 |
commit | 2d1bfdd4ea095f03434d57b25b1537c3b433bbe4 (patch) | |
tree | 0cb2c121531f44ade1188b7ef0d8552ff3868ee4 | |
parent | bb68b6f08cadeffe0bff26a371a23fec0b5e5b4c (diff) | |
download | nutyx-pakxe-2d1bfdd4ea095f03434d57b25b1537c3b433bbe4.tar.gz nutyx-pakxe-2d1bfdd4ea095f03434d57b25b1537c3b433bbe4.tar.bz2 nutyx-pakxe-2d1bfdd4ea095f03434d57b25b1537c3b433bbe4.tar.xz nutyx-pakxe-2d1bfdd4ea095f03434d57b25b1537c3b433bbe4.zip |
links dans ouvert
-rw-r--r-- | base/links/.footprint.i686 | 7 | ||||
-rw-r--r-- | base/links/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/links/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/links/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/links/Pkgfile | 24 |
5 files changed, 0 insertions, 40 deletions
diff --git a/base/links/.footprint.i686 b/base/links/.footprint.i686 deleted file mode 100644 index a8509153f..000000000 --- a/base/links/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/links -drwxr-xr-x root/root usr/share/ -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/links.1.gz diff --git a/base/links/.footprint.x86_64 b/base/links/.footprint.x86_64 deleted file mode 100644 index a8509153f..000000000 --- a/base/links/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/links -drwxr-xr-x root/root usr/share/ -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/links.1.gz diff --git a/base/links/.md5sum.i686 b/base/links/.md5sum.i686 deleted file mode 100644 index 64f50c55a..000000000 --- a/base/links/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -76cff0c716cd2a710abb078f859cfe9b links-2.3pre1.tar.bz2 diff --git a/base/links/.md5sum.x86_64 b/base/links/.md5sum.x86_64 deleted file mode 100644 index 64f50c55a..000000000 --- a/base/links/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -76cff0c716cd2a710abb078f859cfe9b links-2.3pre1.tar.bz2 diff --git a/base/links/Pkgfile b/base/links/Pkgfile deleted file mode 100644 index 2eb95403a..000000000 --- a/base/links/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Navigateur en mode texte -# URL: http://links.twibright.com/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: gpm -# Run on: gpm - -name=links -version=2.3pre1 -release=1 - -source=(http://links.twibright.com/download/$name-$version.tar.bz2 ) - -build() { - unset MAKEFLAGS - cd $name-$version - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-javascript - make - make DESTDIR=$PKG install -} - |