wok-next view texi2html/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="texi2html"
4 VERSION="1.82"
5 CATEGORY="utilities"
6 SHORT_DESC="Converts texinfo documents to HTML"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/texi2html/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.savannah.gnu.org/releases/texi2html/$TARBALL"
14 BUILD_DEPENDS="perl"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="perl"
25 }