blob: 539eefb62a704a7f1ee8ecfd2fc043e6efdc5763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
DESCRIPTION = "GNU Accounting Utilities - user and process accounting."
SRC_URI = "http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/acct-6.4-pre1.tar.gz \
file://cross-compile.patch"
S = "${WORKDIR}/acct-6.4-pre1"
inherit autotools
SRC_URI[md5sum] = "9703f591801c5bbded35c9739d04f81c"
SRC_URI[sha256sum] = "68b1d0acd1a6e17d91412635cd4f65ba58d293e62a01475a43f3712c49a46e7d"
|