wok-next view texinfo/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e7a485521d6a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="texinfo"
4 VERSION="6.5"
5 CATEGORY="development"
6 SHORT_DESC="GNU documentation tools"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/texinfo/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/texinfo.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="perl-dev ncurses-dev gettext-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std @dev
27 DEPENDS="perl"
28 TAGS="LFS documentation"
29 }