wok-next diff indent/receipt @ rev 21589
updated dhcp and dhcp6 (4.2.2 -> 4.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 06:47:56 2020 +0100 (2020-06-24) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/indent/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/indent/receipt Wed Jun 24 06:47:56 2020 +0100 1.3 @@ -4,12 +4,13 @@ 1.4 VERSION="2.2.12" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="A tool for formatting C code" 1.7 -MAINTAINER="lufeng369@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL3" 1.10 WEB_SITE="https://www.gnu.org/software/indent/" 1.11 1.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.14 +TARBALL_SHA1="eecb3d7e78516d846af70e7bc86aabac9b92399c" 1.15 1.16 BUILD_DEPENDS="gettext-dev texi2html texinfo" 1.17 1.18 @@ -20,7 +21,3 @@ 1.19 docdir=/usr/share/doc/$PACKAGE-$VERSION \ 1.20 install 1.21 } 1.22 - 1.23 -genpkg_rules() { 1.24 - copy @std 1.25 -}