SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "elinks"

# SliTaz package receipt.

PACKAGE="elinks"
VERSION="0.11.7"
CATEGORY="network"
SHORT_DESC="Full featured www text browser"
MAINTAINER="allan316@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://elinks.or.cz"
WGET_URL="$WEB_SITE/download/$TARBALL"
TAGS="browser"

DEPENDS="openssl bzip2 spidermonkey xorg-libX11 zlib libidn expat \
xorg-libXau xorg-libXdmcp"
BUILD_DEPENDS="openssl-dev bzip2-dev spidermonkey-dev libidn-dev expat-dev \
xorg-libXau-dev xorg-libXdmcp-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS && 
    make && make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)