summaryrefslogtreecommitdiffstats
path: root/extra/links/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-04-22 16:14:16 +0200
committersibel <sibel@free.fr>2010-04-22 16:14:16 +0200
commit7b1fb3012b4c10c24048e63517561116fb538594 (patch)
tree58dd8b685231b92acbe78e9ec92cee8843bfc2de /extra/links/Pkgfile
parent9b1314690c531cecc92bdb1863b264ec05c09905 (diff)
downloadnutyx-extra-7b1fb3012b4c10c24048e63517561116fb538594.tar.gz
nutyx-extra-7b1fb3012b4c10c24048e63517561116fb538594.tar.bz2
nutyx-extra-7b1fb3012b4c10c24048e63517561116fb538594.tar.xz
nutyx-extra-7b1fb3012b4c10c24048e63517561116fb538594.zip
Ajout de links#2.3pre1-1
Diffstat (limited to 'extra/links/Pkgfile')
-rw-r--r--extra/links/Pkgfile24
1 files changed, 24 insertions, 0 deletions
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
+}
+