wok-next view texinfo/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
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 }