From a10707e2849ef332c87b1e3afa0552a999bcc8db Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 20 Jun 2010 15:42:30 +0200 Subject: links, support Directfb --- base/links/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 base/links/Pkgfile (limited to 'base/links/Pkgfile') diff --git a/base/links/Pkgfile b/base/links/Pkgfile new file mode 100644 index 000000000..be0d508e4 --- /dev/null +++ b/base/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: 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 \ + --enable-graphics \ + --with-fb --with-directfb + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2