wok annotate 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
rev   line source
mojo@14202 1 # SliTaz package receipt.
mojo@14202 2
mojo@14202 3 PACKAGE="w3m"
mojo@14202 4 VERSION="0.5.3"
mojo@14202 5 CATEGORY="network"
mojo@14202 6 SHORT_DESC="Text Mode Web Browser"
mojo@14202 7 MAINTAINER="mojo@slitaz.org"
mojo@14202 8 WEB_SITE="http://w3m.sourceforge.net"
mojo@14202 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
mojo@14202 10 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL"
mojo@14202 11
mojo@14202 12 DEPENDS="gc libcrypto libssl ncurses"
mojo@14202 13 BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev"
mojo@14202 14
mojo@14202 15 # Rules to configure and make the package.
mojo@14202 16 compile_rules()
mojo@14202 17 {
mojo@14202 18 ./configure $CONFIGURE_ARGS && make && make install
mojo@14202 19 }
mojo@14202 20
mojo@14202 21 # Rules to gen a SliTaz package suitable for Tazpkg.
mojo@14202 22 genpkg_rules()
mojo@14202 23 {
mojo@14202 24 cp -a $install/* $fs
mojo@14202 25 }