wok view ht/receipt @ rev 13983

poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author ernia <monghitri@aruba.it>
date Thu Feb 07 21:27:33 2013 +0000 (2013-02-07)
parents e2dfaec40913
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="ht"
4 VERSION="2.0.17"
5 CATEGORY="development"
6 SHORT_DESC="File viewer/editor/analyser for text/binary/executable files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://hte.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/hte/$TARBALL"
11 DEPENDS="gcc-lib-base lzo ncurses xorg-libX11 xorg-libXau xorg-libXdmcp"
12 BUILD_DEPENDS="lzo-dev ncurses-dev"
13 TAGS="viewer editor analyser"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 chmod +x install-sh
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/usr $fs
31 }