SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ht"

# SliTaz package receipt.

PACKAGE="ht"
VERSION="2.0.17"
CATEGORY="development"
SHORT_DESC="File viewer/editor/analyser for text/binary/executable files."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://hte.sourceforge.net/"
WGET_URL="$SF_MIRROR/hte/$TARBALL"
DEPENDS="gcc-lib-base lzo ncurses xorg-libX11 xorg-libXau xorg-libXdmcp"
BUILD_DEPENDS="lzo-dev ncurses-dev"
TAGS="viewer editor analyser"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    chmod +x install-sh
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --mandir=/usr/share/man \
    $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

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

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