From 6cc44c844c13d95f65f284d4636af745d7ab59a2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Dec 2011 02:50:49 +0100 Subject: [PATCH] new package: add package 'vdr-dynamite' Signed-off-by: Stephan Raue --- .../3rdparty/multimedia/vdr-dynamite/build | 32 ++++++++++++++++ .../3rdparty/multimedia/vdr-dynamite/install | 26 +++++++++++++ .../3rdparty/multimedia/vdr-dynamite/meta | 37 +++++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100755 packages/3rdparty/multimedia/vdr-dynamite/build create mode 100755 packages/3rdparty/multimedia/vdr-dynamite/install create mode 100644 packages/3rdparty/multimedia/vdr-dynamite/meta diff --git a/packages/3rdparty/multimedia/vdr-dynamite/build b/packages/3rdparty/multimedia/vdr-dynamite/build new file mode 100755 index 0000000000..141398211a --- /dev/null +++ b/packages/3rdparty/multimedia/vdr-dynamite/build @@ -0,0 +1,32 @@ +#!/bin/sh + +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +. config/options $1 + +VDR_DIR=`basename $BUILD/vdr-[0-9]*` + +# dont build parallel + MAKEFLAGS=-j1 + +cd $PKG_BUILD + make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale" + diff --git a/packages/3rdparty/multimedia/vdr-dynamite/install b/packages/3rdparty/multimedia/vdr-dynamite/install new file mode 100755 index 0000000000..537833fd85 --- /dev/null +++ b/packages/3rdparty/multimedia/vdr-dynamite/install @@ -0,0 +1,26 @@ +#!/bin/sh + +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +. config/options $1 + +mkdir -p $INSTALL/usr/lib/vdr + cp $PKG_BUILD/libvdr-dynamite.so* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr-dynamite/meta b/packages/3rdparty/multimedia/vdr-dynamite/meta new file mode 100644 index 0000000000..a60387353e --- /dev/null +++ b/packages/3rdparty/multimedia/vdr-dynamite/meta @@ -0,0 +1,37 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +PKG_NAME="vdr-dynamite" +PKG_VERSION="c0a859b" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://projects.vdr-developer.org/projects/plg-dynamite" +PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" +PKG_DEPENDS="vdr udev" +PKG_BUILD_DEPENDS="toolchain vdr udev" +PKG_PRIORITY="optional" +PKG_SECTION="multimedia" +PKG_SHORTDESC="vdr-dynamite turns the dvbdevices into hotpluggable devices. They can be dynamically attached and detached while vdr is running." +PKG_LONGDESC="This plugin turns the dvbdevices into hotpluggable devices. They can be dynamically attached and detached while vdr is running." + +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"