summaryrefslogtreecommitdiffstats
path: root/extra/links/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/links/Pkgfile')
-rw-r--r--extra/links/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/links/Pkgfile b/extra/links/Pkgfile
deleted file mode 100644
index d805b6948..000000000
--- a/extra/links/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Decription: Navigateur en mode texte
-# URL: http://links.twibright.com/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: 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
-}
-