wok-next view texinfo/receipt @ rev 20436

Update packages listed in the LFS book.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 21 19:48:17 2018 +0200 (2018-02-21)
parents b938e6730252
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="texinfo"
4 VERSION="6.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU documentation tools"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/texinfo/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/texinfo.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="perl-dev ncurses-dev gettext"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 copy @std @dev
26 DEPENDS="perl"
27 TAGS="LFS documentation"
28 }