wok-next annotate texinfo/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e7a485521d6a
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
rcx@3536 2
rcx@3536 3 PACKAGE="texinfo"
al@20905 4 VERSION="6.5"
rcx@3536 5 CATEGORY="development"
al@19745 6 SHORT_DESC="GNU documentation tools"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15236 8 LICENSE="GPL3"
al@19568 9 WEB_SITE="https://www.gnu.org/software/texinfo/"
al@20905 10 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/texinfo.html"
rcx@3536 11
al@19568 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19568 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@10417 14
al@21020 15 BUILD_DEPENDS="perl-dev ncurses-dev gettext-dev"
slaxemulator@10417 16
al@20436 17 compile_rules() {
al@19745 18 ./configure \
al@19745 19 --disable-static \
al@19745 20 $CONFIGURE_ARGS &&
al@20905 21 make &&
al@20905 22 make install
rcx@3536 23 }
rcx@3536 24
al@20436 25 genpkg_rules() {
al@19790 26 copy @std @dev
al@19745 27 DEPENDS="perl"
al@20436 28 TAGS="LFS documentation"
rcx@3536 29 }