wok view elinks/receipt @ rev 10269

Up: perl-datetime to 0.70.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:58:37 2011 +0000 (2011-05-21)
parents 02bbaa9d12ba
children 7b3ec3099f3a
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 && make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }