wok-current rev 16151
Add links-dfb (Links with DirectFB support)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 26 23:26:16 2014 +0100 (2014-03-26) |
parents | 62fd9cdd3423 |
children | a0edaf233114 |
files | links-dfb/description.txt links-dfb/receipt links-dfb/stuff/links.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/links-dfb/description.txt Wed Mar 26 23:26:16 2014 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +Links is a lightweight, fast web browser that supports both graphics and text 1.5 +mode. This version can run in the Linux framebuffer via DirectFB.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/links-dfb/receipt Wed Mar 26 23:26:16 2014 +0100 2.3 @@ -0,0 +1,41 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="links-dfb" 2.7 +VERSION="2.8" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="Light and fast web browser using Ncurses, X or DirectFB." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +LICENSE="GPL2" 2.12 +SOURCE="links" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://links.twibright.com/" 2.15 +WGET_URL="http://links.twibright.com/download/$TARBALL" 2.16 +HOST_ARCH="i486 arm" 2.17 +PROVIDE="links" 2.18 + 2.19 +DEPENDS="ncurses openssl jpeg libpng tiff zlib directfb" 2.20 +BUILD_DEPENDS="openssl-dev ncurses-dev jpeg-dev libpng-dev tiff-dev \ 2.21 +zlib-dev directfb-dev" 2.22 + 2.23 +# Rules to configure and make the package. 2.24 +compile_rules() 2.25 +{ 2.26 + ./configure \ 2.27 + --prefix=/usr \ 2.28 + --sysconfdir=/etc \ 2.29 + --mandir=/usr/share/man \ 2.30 + --with-directfb \ 2.31 + --without-bzip2 \ 2.32 + --enable-graphics \ 2.33 + $CONFIGURE_ARGS && 2.34 + make && 2.35 + make DESTDIR=$DESTDIR install 2.36 +} 2.37 + 2.38 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.39 +genpkg_rules() 2.40 +{ 2.41 + mkdir -p $fs/usr/share/pixmaps 2.42 + cp -a $install/usr/bin $fs/usr 2.43 + cp $src/graphics/links.xpm $fs/usr/share/pixmaps 2.44 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/links-dfb/stuff/links.desktop Wed Mar 26 23:26:16 2014 +0100 3.3 @@ -0,0 +1,8 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=Links Web browser 3.7 +Name[fr]=Navigateur Web Links 3.8 +Exec=links -g file:///usr/share/webhome/index.html 3.9 +Icon=links 3.10 +Type=Application 3.11 +Categories=Network;