wok-next view indent/receipt @ rev 21115

Update gtk3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 17:51:19 2019 +0200 (2019-01-12)
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 }