diff --git a/packages/toolchain/devel/scons/meta b/packages/devel/scons/package.mk similarity index 92% rename from packages/toolchain/devel/scons/meta rename to packages/devel/scons/package.mk index 4fb933e521..666bb2c5aa 100644 --- a/packages/toolchain/devel/scons/meta +++ b/packages/devel/scons/package.mk @@ -29,6 +29,14 @@ 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_IS_ADDON="no" PKG_AUTORECONF="no" + +make_host() { + : # nothing todo +} + +makeinstall_host() { + python setup.py install --prefix=$ROOT/$TOOLCHAIN +} diff --git a/packages/sysutils/fuse-exfat/package.mk b/packages/sysutils/fuse-exfat/package.mk index 77162e48f8..120f008e15 100644 --- a/packages/sysutils/fuse-exfat/package.mk +++ b/packages/sysutils/fuse-exfat/package.mk @@ -24,7 +24,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://code.google.com/p/exfat" PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="fuse" -PKG_BUILD_DEPENDS_TARGET="toolchain scons fuse" +PKG_BUILD_DEPENDS_TARGET="toolchain scons:host fuse" PKG_PRIORITY="optional" PKG_SECTION="system" PKG_SHORTDESC="fuse-exfat: aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module." diff --git a/packages/toolchain/devel/scons/build b/packages/toolchain/devel/scons/build deleted file mode 100755 index a913c6e315..0000000000 --- a/packages/toolchain/devel/scons/build +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -################################################################################ -# 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 . -################################################################################ - -. config/options $1 - -cd $PKG_BUILD - -python setup.py install --prefix=$ROOT/$TOOLCHAIN diff --git a/packages/toolchain/meta b/packages/toolchain/meta index 3bd22a353b..dec1ecdbcf 100644 --- a/packages/toolchain/meta +++ b/packages/toolchain/meta @@ -24,7 +24,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="make:host xz:host sed:host pkg-config:host autotools gcc:host bison:host flex:host cmake:host scons yasm nasm" +PKG_BUILD_DEPENDS="make:host xz:host sed:host pkg-config:host autotools gcc:host bison:host flex:host cmake:host scons:host yasm nasm" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"