Files
Arch-R/packages/virtual/debug/package.mk
T

42 lines
1.4 KiB
Makefile
Raw Normal View History

2011-01-09 18:46:16 +01:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
2016-01-02 17:29:56 +01:00
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2011-01-09 18:46:16 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is free software: you can redistribute it and/or modify
2011-01-09 18:46:16 +01:00
# it under the terms of the GNU General Public License as published by
2013-12-21 21:51:48 +01:00
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2011-01-09 18:46:16 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is distributed in the hope that it will be useful,
2011-01-09 18:46:16 +01:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2013-12-21 21:51:48 +01:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2011-01-09 18:46:16 +01:00
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
2013-12-21 21:51:48 +01:00
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
2011-01-09 18:46:16 +01:00
################################################################################
2010-11-14 16:53:50 +01:00
PKG_NAME="debug"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
2014-05-23 21:04:07 +03:00
PKG_DEPENDS_TARGET="toolchain gdb"
2010-11-14 16:53:50 +01:00
PKG_PRIORITY="optional"
2013-07-21 22:15:09 +02:00
PKG_SECTION="virtual"
2010-11-14 16:53:50 +01:00
PKG_SHORTDESC="debug: Metapackage for installing debugging tools"
PKG_LONGDESC="debug is a Metapackage for installing debugging tools"
2013-07-21 22:15:09 +02:00
PKG_IS_ADDON="no"
2010-11-25 18:19:41 +01:00
PKG_AUTORECONF="no"
2014-11-09 14:50:40 +01:00
# configure GPU drivers and dependencies:
get_graphicdrivers
if [ "$VDPAU_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
fi