wok-current annotate acct/receipt @ rev 22297
updated xorg-xprop (1.2.1 -> 1.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 16:42:31 2019 +0100 (2019-11-13) |
parents | 45507bfb2b0d |
children | 205455ed09ce |
rev | line source |
---|---|
hackdorte@19186 | 1 # SliTaz package receipt. |
hackdorte@19186 | 2 |
hackdorte@19186 | 3 PACKAGE="acct" |
hackdorte@19186 | 4 VERSION="6.6.2" |
hackdorte@19186 | 5 CATEGORY="utilities" |
hackdorte@19186 | 6 SHORT_DESC="Utilities that report data about users logged on GNU/Linux." |
hackdorte@19186 | 7 MAINTAINER="hackdorte@sapo.pt" |
hackdorte@19186 | 8 LICENSE="GPL3" |
al@19275 | 9 WEB_SITE="http://savannah.gnu.org/projects/acct/" |
al@19275 | 10 |
hackdorte@19186 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
hackdorte@19186 | 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
hackdorte@19186 | 13 |
hackdorte@19186 | 14 TAGS="analysis network utilities" |
hackdorte@19186 | 15 |
hackdorte@19186 | 16 DEPENDS="gcc-lib-base glibc" |
hackdorte@19186 | 17 BUILD_DEPENDS="glibc-dev" |
hackdorte@19186 | 18 |
hackdorte@19186 | 19 # Rules to configure and make the package. |
hackdorte@19186 | 20 compile_rules() |
hackdorte@19186 | 21 { |
al@19264 | 22 ./configure \ |
al@19264 | 23 --prefix=/usr \ |
al@19264 | 24 $CONFIGURE_ARGS && |
al@19264 | 25 make $MAKEFLAGS && |
al@19264 | 26 make DESTDIR=$DESTDIR install |
hackdorte@19186 | 27 } |
hackdorte@19186 | 28 |
hackdorte@19186 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
hackdorte@19186 | 30 genpkg_rules() |
hackdorte@19186 | 31 { |
al@19275 | 32 mkdir -p $fs/usr |
al@19275 | 33 cp -a $install/usr/bin $install/usr/sbin $fs/usr |
hackdorte@19186 | 34 } |