wok-next view indent/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }