wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="indent"
4 VERSION="2.2.12"
5 CATEGORY="utilities"
6 SHORT_DESC="A tool for formatting C code"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/indent/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
13 TARBALL_SHA1="eecb3d7e78516d846af70e7bc86aabac9b92399c"
15 BUILD_DEPENDS="gettext-dev texi2html texinfo"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make \
21 docdir=/usr/share/doc/$PACKAGE-$VERSION \
22 install
23 }