wok-next annotate indent/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
hipeng@11313 2
hipeng@11313 3 PACKAGE="indent"
al@20966 4 VERSION="2.2.12"
hipeng@11313 5 CATEGORY="utilities"
al@20443 6 SHORT_DESC="A tool for formatting C code"
al@21143 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="GPL3"
al@20443 9 WEB_SITE="https://www.gnu.org/software/indent/"
al@20443 10
al@20966 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20966 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@21143 13 TARBALL_SHA1="eecb3d7e78516d846af70e7bc86aabac9b92399c"
hipeng@11313 14
al@21020 15 BUILD_DEPENDS="gettext-dev texi2html texinfo"
al@20443 16
al@20443 17 compile_rules() {
al@20443 18 ./configure $CONFIGURE_ARGS &&
al@20966 19 make &&
al@20966 20 make \
al@20966 21 docdir=/usr/share/doc/$PACKAGE-$VERSION \
al@20966 22 install
hipeng@11313 23 }