wok-stable view elinks/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 0fd0cffcadc5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="elinks"
4 VERSION="0.11.7"
5 CATEGORY="network"
6 SHORT_DESC="Full featured www text browser"
7 MAINTAINER="allan316@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://elinks.or.cz"
10 WGET_URL="$WEB_SITE/download/$TARBALL"
11 TAGS="browser"
13 DEPENDS="openssl bzip2 spidermonkey xorg-libX11 zlib libidn expat \
14 xorg-libXau xorg-libXdmcp"
15 BUILD_DEPENDS="openssl-dev bzip2-dev spidermonkey-dev libidn-dev expat-dev \
16 xorg-libXau-dev xorg-libXdmcp-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure $CONFIGURE_ARGS &&
23 make && make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }