diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-22 16:18:35 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-22 16:18:35 +0200 |
commit | ab717b1c47c2776af71b8a66be11031831e32203 (patch) | |
tree | 6d9da8f4372d4de528efc920ac2d36b60778fcd4 | |
parent | c46c32b7ab08e2a92ae0e48e0d778008f394f11e (diff) | |
parent | 7b1fb3012b4c10c24048e63517561116fb538594 (diff) | |
download | nutyx-extra-ab717b1c47c2776af71b8a66be11031831e32203.tar.gz nutyx-extra-ab717b1c47c2776af71b8a66be11031831e32203.tar.bz2 nutyx-extra-ab717b1c47c2776af71b8a66be11031831e32203.tar.xz nutyx-extra-ab717b1c47c2776af71b8a66be11031831e32203.zip |
Merge remote branch 'lesibel/master'
-rw-r--r-- | extra/links/.footprint | 7 | ||||
-rw-r--r-- | extra/links/.md5sum | 1 | ||||
-rw-r--r-- | extra/links/Pkgfile | 24 |
3 files changed, 32 insertions, 0 deletions
diff --git a/extra/links/.footprint b/extra/links/.footprint new file mode 100644 index 000000000..a8509153f --- /dev/null +++ b/extra/links/.footprint @@ -0,0 +1,7 @@ +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/extra/links/.md5sum b/extra/links/.md5sum new file mode 100644 index 000000000..64f50c55a --- /dev/null +++ b/extra/links/.md5sum @@ -0,0 +1 @@ +76cff0c716cd2a710abb078f859cfe9b links-2.3pre1.tar.bz2 diff --git a/extra/links/Pkgfile b/extra/links/Pkgfile new file mode 100644 index 000000000..9aa568f2d --- /dev/null +++ b/extra/links/Pkgfile @@ -0,0 +1,24 @@ +# Decription: Navigateur en mode texte +# URL: http://links.twibright.com/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: bzip2, zlib, openssl, gpm + +name=links +version=2.3pre1 +release=1 + +source=(http://links.twibright.com/download/$name-$version.tar.bz2 ) + +build() { + cd $name-$version + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-javascript \ + --disable-graphics \ + --without-x + make + make DESTDIR=$PKG install +} + |