wok-next view indent/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 48b896290f12
children 29128929e4f9
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="lufeng369@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"
14 BUILD_DEPENDS="gettext-dev texi2html texinfo"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make \
20 docdir=/usr/share/doc/$PACKAGE-$VERSION \
21 install
22 }
24 genpkg_rules() {
25 copy @std
26 }