mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3070 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
267 B
BlitzBasic
10 lines
267 B
BlitzBasic
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;patch=1"
|
|
|
|
S = "${WORKDIR}/acct-6.4-pre1"
|
|
|
|
inherit autotools
|