wok-next view elinks/receipt @ rev 11036
Up; sleuthkit to 3.2.3.
| author | Christopher Rogers <slaxemulator@gmail.com> | 
|---|---|
| date | Sun Oct 16 07:24:52 2011 +0000 (2011-10-16) | 
| parents | 0fd0cffcadc5 | 
| children | 7896f0694ef6 | 
 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 }