wok-current view w3m/receipt @ rev 14202

Add w3m
author Richard Dunbar <mojo@slitaz.org>
date Thu Mar 14 05:13:26 2013 +0000 (2013-03-14)
parents
children 19e4f8b328ef
line source
1 # SliTaz package receipt.
3 PACKAGE="w3m"
4 VERSION="0.5.3"
5 CATEGORY="network"
6 SHORT_DESC="Text Mode Web Browser"
7 MAINTAINER="mojo@slitaz.org"
8 WEB_SITE="http://w3m.sourceforge.net"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL"
12 DEPENDS="gc libcrypto libssl ncurses"
13 BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }