2011-01-09 18:37:42 +01:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
2012-02-29 13:11:22 +01:00
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
2011-01-09 18:37:42 +01:00
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
2012-02-29 13:11:22 +01:00
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
2011-01-09 18:37:42 +01:00
# http://www.gnu.org/copyleft/gpl.html
################################################################################
2010-11-13 13:42:13 +01:00
PKG_NAME = "strace"
2013-09-04 14:35:44 +02:00
PKG_VERSION = "4.8"
2010-11-13 13:42:13 +01:00
PKG_REV = "1"
PKG_ARCH = "any"
PKG_LICENSE = "BSD"
PKG_SITE = "http://sourceforge.net/projects/strace/"
2011-06-20 21:56:58 +02:00
PKG_URL = " $SOURCEFORGE_SRC /strace/strace/ $PKG_VERSION / $PKG_NAME - $PKG_VERSION .tar.xz "
2010-11-13 13:42:13 +01:00
PKG_DEPENDS = ""
2013-07-21 21:29:26 +02:00
PKG_BUILD_DEPENDS_TARGET = "toolchain"
2010-11-13 13:42:13 +01:00
PKG_PRIORITY = "optional"
PKG_SECTION = "debug"
PKG_SHORTDESC = "strace: Trace system calls and signals"
PKG_LONGDESC = "In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process. The name of each system call, its arguments and its return value are printed on standard error or to the file specified with the -o option."
2010-11-25 18:19:42 +01:00
2013-07-21 21:29:26 +02:00
PKG_IS_ADDON = "no"
2010-11-25 18:19:42 +01:00
PKG_AUTORECONF = "yes"
2013-07-21 21:29:26 +02:00
p o s t _ m a k e i n s t a l l _ t a r g e t ( ) {
rm -rf $INSTALL /usr/bin/strace-graph
rm -rf $INSTALL /usr/bin/strace-log-merge
}