diff --git a/packages/devel/scons/package.mk b/packages/devel/scons/package.mk deleted file mode 100644 index 1f77622983..0000000000 --- a/packages/devel/scons/package.mk +++ /dev/null @@ -1,41 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -PKG_NAME="scons" -PKG_VERSION="2.2.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://www.scons.org/" -PKG_URL="$SOURCEFORGE_SRC/scons/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="Python:host" -PKG_PRIORITY="optional" -PKG_SECTION="python/devel" -PKG_SHORTDESC="SCons: an Open Source software construction tool—that is, a next-generation build tool." -PKG_LONGDESC="SCons is an Open Source software construction tool—that is, a next-generation build tool." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -make_host() { - : # nothing todo -} - -makeinstall_host() { - python setup.py install --prefix=$ROOT/$TOOLCHAIN -} diff --git a/packages/virtual/toolchain/package.mk b/packages/virtual/toolchain/package.mk index b8938696e2..4c40719945 100644 --- a/packages/virtual/toolchain/package.mk +++ b/packages/virtual/toolchain/package.mk @@ -23,7 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" -PKG_DEPENDS_TARGET="make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host scons:host yasm:host" +PKG_DEPENDS_TARGET="make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host yasm:host" PKG_PRIORITY="optional" PKG_SECTION="virtual" PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"