wok annotate elinks/receipt @ rev 14739

libgnomecanvasmm, libglademm: fix for the new gtkmm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:11:47 2013 +0200 (2013-06-14)
parents 0fd0cffcadc5
children 7896f0694ef6
rev   line source
allan316@3279 1 # SliTaz package receipt.
allan316@3279 2
allan316@3279 3 PACKAGE="elinks"
slaxemulator@7296 4 VERSION="0.11.7"
allan316@3279 5 CATEGORY="network"
allan316@3279 6 SHORT_DESC="Full featured www text browser"
allan316@3279 7 MAINTAINER="allan316@gmail.com"
allan316@3279 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
allan316@3279 9 WEB_SITE="http://elinks.or.cz"
allan316@3279 10 WGET_URL="$WEB_SITE/download/$TARBALL"
jozee@4935 11 TAGS="browser"
allan316@3279 12
pankso@9954 13 DEPENDS="openssl bzip2 spidermonkey xorg-libX11 zlib libidn expat \
pankso@9954 14 xorg-libXau xorg-libXdmcp"
pankso@9954 15 BUILD_DEPENDS="openssl-dev bzip2-dev spidermonkey-dev libidn-dev expat-dev \
pankso@9954 16 xorg-libXau-dev xorg-libXdmcp-dev"
pankso@9954 17
allan316@3279 18 # Rules to configure and make the package.
allan316@3279 19 compile_rules()
allan316@3279 20 {
allan316@3279 21 cd $src
slaxemulator@10323 22 ./configure $CONFIGURE_ARGS &&
slaxemulator@10323 23 make && make DESTDIR=$DESTDIR install
allan316@3279 24 }
allan316@3279 25
allan316@3279 26 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3279 27 genpkg_rules()
allan316@3279 28 {
allan316@3279 29 mkdir -p $fs/usr
pankso@9954 30 cp -a $install/usr/bin $fs/usr
allan316@3279 31 }
allan316@3279 32