From e421767ed5efe2f838dde55b7c4b2db6d9a162d8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 30 Jul 2013 08:42:43 +0200 Subject: [PATCH] makedepend: convert to new package format Signed-off-by: Stephan Raue --- packages/graphics/Mesa/package.mk | 2 +- packages/x11/util/makedepend/build | 34 ------------------- .../x11/util/makedepend/{meta => package.mk} | 4 +-- 3 files changed, 3 insertions(+), 37 deletions(-) delete mode 100755 packages/x11/util/makedepend/build rename packages/x11/util/makedepend/{meta => package.mk} (96%) diff --git a/packages/graphics/Mesa/package.mk b/packages/graphics/Mesa/package.mk index 472c8a1d98..3c8b85efed 100644 --- a/packages/graphics/Mesa/package.mk +++ b/packages/graphics/Mesa/package.mk @@ -26,7 +26,7 @@ PKG_LICENSE="OSS" PKG_SITE="http://www.mesa3d.org/" PKG_URL="ftp://freedesktop.org/pub/mesa/$PKG_VERSION/MesaLib-$PKG_VERSION.tar.bz2" PKG_DEPENDS="libXdamage libdrm expat libXext libXfixes libX11" -PKG_BUILD_DEPENDS_TARGET="toolchain Python-host makedepend libxml2-host expat glproto dri2proto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11" +PKG_BUILD_DEPENDS_TARGET="toolchain Python-host makedepend:host libxml2-host expat glproto dri2proto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11" PKG_PRIORITY="optional" PKG_SECTION="graphics" PKG_SHORTDESC="mesa: 3-D graphics library with OpenGL API" diff --git a/packages/x11/util/makedepend/build b/packages/x11/util/makedepend/build deleted file mode 100755 index 06589e1f77..0000000000 --- a/packages/x11/util/makedepend/build +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# 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 -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -setup_toolchain host - -cd $PKG_BUILD - -./configure --host=$HOST_NAME \ - --build=$HOST_NAME \ - --prefix=$ROOT/$TOOLCHAIN \ - -make -make install diff --git a/packages/x11/util/makedepend/meta b/packages/x11/util/makedepend/package.mk similarity index 96% rename from packages/x11/util/makedepend/meta rename to packages/x11/util/makedepend/package.mk index af29ea0b3e..fd9a684e70 100644 --- a/packages/x11/util/makedepend/meta +++ b/packages/x11/util/makedepend/package.mk @@ -26,11 +26,11 @@ PKG_LICENSE="OSS" PKG_SITE="http://www.X.org" PKG_URL="http://xorg.freedesktop.org/archive/individual/util/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain xproto:host" +PKG_BUILD_DEPENDS_HOST="toolchain xproto:host" PKG_PRIORITY="optional" PKG_SECTION="x11/util" PKG_SHORTDESC="makedepend: Creates dependencies in makefiles" PKG_LONGDESC="Creates dependencies in makefiles, a left-over of the historic imake build system." -PKG_IS_ADDON="no" +PKG_IS_ADDON="no" PKG_AUTORECONF="no"