blob: 46411ab11421815768e4687b48815021b249244c (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "strace is a system call tracing tool."
HOMEPAGE = "http://sourceforge.net/projects/strace/"
SECTION = "console/utils"
LICENSE = "BSD"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
inherit autotools
export INCLUDES = "-I. -I./linux"
|