wok-next annotate acct/receipt @ rev 21605
dropbear: add ed25519 key
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 25 08:01:52 2020 +0000 (2020-06-25) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20569 | 1 # SliTaz package receipt v2. |
hackdorte@19186 | 2 |
hackdorte@19186 | 3 PACKAGE="acct" |
al@21038 | 4 VERSION="6.6.4" |
hackdorte@19186 | 5 CATEGORY="utilities" |
al@20569 | 6 SHORT_DESC="Utilities that report data about users logged on GNU/Linux" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
hackdorte@19186 | 8 LICENSE="GPL3" |
al@21038 | 9 WEB_SITE="https://www.gnu.org/software/acct/" |
al@19275 | 10 |
hackdorte@19186 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
hackdorte@19186 | 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
hackdorte@19186 | 13 |
al@20569 | 14 compile_rules() { |
al@21038 | 15 ./configure \ |
al@21038 | 16 --enable-linux-multiformat \ |
al@21038 | 17 $CONFIGURE_ARGS && |
al@20569 | 18 fix libtool && |
al@21038 | 19 make && |
al@21038 | 20 make install |
hackdorte@19186 | 21 } |
hackdorte@19186 | 22 |
al@20569 | 23 genpkg_rules() { |
al@20569 | 24 copy @std |
al@20569 | 25 TAGS="analysis network utilities" |
hackdorte@19186 | 26 } |