wok-next view acct/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="acct"
4 VERSION="6.6.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Utilities that report data about users logged on GNU/Linux"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/acct/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --enable-linux-multiformat \
17 $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 TAGS="analysis network utilities"
26 }