wok view links/receipt @ rev 341

lxpanel for a Freedesktop standar menu and useful applets
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 16:01:49 2008 +0100 (2008-03-05)
parents 4959e5789caa
children eb4e6a1af180
line source
1 # SliTaz package receipt.
3 PACKAGE="links"
4 VERSION="2.1pre32"
5 CATEGORY="network"
6 SHORT_DESC="Light and speed web browser using Ncurses or Xlib."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="ncurses"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://links.twibright.com/"
11 WGET_URL="http://links.twibright.com/download/$TARBALL"
12 JWM_MENU='Internet:<Program icon="links.png" label="Links">links -g</Program>'
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr \
19 --sysconfdir=/etc --mandir=/usr/share/man \
20 --without-directfb --without-ssl \
21 --enable-graphics $CONFIGURE_ARGS
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/pixmaps
30 cp -a $_pkg/usr/bin $fs/usr
31 strip -s $fs/usr/bin/*
32 cp $src/graphics/links.xpm $fs/usr/share/pixmaps
33 }