From a43bb297ab4ce018933ecb419e9cc63bc1f214b8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 Jan 2014 17:55:01 +0100 Subject: [PATCH] testing: convert to new package format Signed-off-by: Stephan Raue --- packages/testing/{install => package.mk} | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) rename packages/testing/{install => package.mk} (67%) mode change 100755 => 100644 diff --git a/packages/testing/install b/packages/testing/package.mk old mode 100755 new mode 100644 similarity index 67% rename from packages/testing/install rename to packages/testing/package.mk index 2dff68471a..ebd60604ab --- a/packages/testing/install +++ b/packages/testing/package.mk @@ -1,5 +1,3 @@ -#!/bin/sh - ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) @@ -18,8 +16,19 @@ # along with OpenELEC. If not, see . ################################################################################ -. config/options $1 +PKG_NAME="testing" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="various" +PKG_SITE="http://www.openelec.tv" +PKG_URL="" +PKG_DEPENDS_TARGET="" +PKG_BUILD_DEPENDS_TARGET="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="virtual" +PKG_SHORTDESC="testing: Metapackage for various packages to test while developing" +PKG_LONGDESC="testing: Metapackage for various packages to test while developing" -# packages needed for development (upcoming features) - -$SCRIPTS/install dbus-python +PKG_IS_ADDON="no" +PKG_AUTORECONF="no"