diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:42:30 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:42:30 +0200 |
commit | a10707e2849ef332c87b1e3afa0552a999bcc8db (patch) | |
tree | 34422e1b2ea3d3d323867416c0b39aabf352fdad /base | |
parent | 9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4 (diff) | |
download | nutyx-pakxe-a10707e2849ef332c87b1e3afa0552a999bcc8db.tar.gz nutyx-pakxe-a10707e2849ef332c87b1e3afa0552a999bcc8db.tar.bz2 nutyx-pakxe-a10707e2849ef332c87b1e3afa0552a999bcc8db.tar.xz nutyx-pakxe-a10707e2849ef332c87b1e3afa0552a999bcc8db.zip |
links, support Directfb
Diffstat (limited to 'base')
-rw-r--r-- | base/links/.footprint | 7 | ||||
-rw-r--r-- | base/links/.md5sum | 1 | ||||
-rw-r--r-- | base/links/Pkgfile | 24 |
3 files changed, 32 insertions, 0 deletions
diff --git a/base/links/.footprint b/base/links/.footprint new file mode 100644 index 000000000..a8509153f --- /dev/null +++ b/base/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/base/links/.md5sum b/base/links/.md5sum new file mode 100644 index 000000000..64f50c55a --- /dev/null +++ b/base/links/.md5sum @@ -0,0 +1 @@ +76cff0c716cd2a710abb078f859cfe9b links-2.3pre1.tar.bz2 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 +} + |