From b37a9ca241f070fc14628d3ba7581e28c7ff01ff Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 23 Apr 2012 20:17:36 +0300 Subject: [PATCH] vdr-*: remove useless install files --- .../3rdparty/multimedia/vdr-dynamite/install | 26 ------------- packages/3rdparty/multimedia/vdr-iptv/install | 26 ------------- .../multimedia/vdr-plugin-dvbapi/install | 26 ------------- .../multimedia/vdr-plugin-streamdev/install | 26 ------------- .../multimedia/vdr-plugin-xvdr/install | 29 -------------- packages/3rdparty/multimedia/vdr-sc/install | 31 --------------- .../multimedia/vdr-wirbelscan/install | 26 ------------- packages/3rdparty/multimedia/vdr/install | 38 ------------------- 8 files changed, 228 deletions(-) delete mode 100755 packages/3rdparty/multimedia/vdr-dynamite/install delete mode 100755 packages/3rdparty/multimedia/vdr-iptv/install delete mode 100755 packages/3rdparty/multimedia/vdr-plugin-dvbapi/install delete mode 100755 packages/3rdparty/multimedia/vdr-plugin-streamdev/install delete mode 100755 packages/3rdparty/multimedia/vdr-plugin-xvdr/install delete mode 100755 packages/3rdparty/multimedia/vdr-sc/install delete mode 100755 packages/3rdparty/multimedia/vdr-wirbelscan/install delete mode 100755 packages/3rdparty/multimedia/vdr/install diff --git a/packages/3rdparty/multimedia/vdr-dynamite/install b/packages/3rdparty/multimedia/vdr-dynamite/install deleted file mode 100755 index 14802bf6dd..0000000000 --- a/packages/3rdparty/multimedia/vdr-dynamite/install +++ /dev/null @@ -1,26 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $PKG_BUILD/libvdr-dynamite.so.* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr-iptv/install b/packages/3rdparty/multimedia/vdr-iptv/install deleted file mode 100755 index 37d4fb7ae4..0000000000 --- a/packages/3rdparty/multimedia/vdr-iptv/install +++ /dev/null @@ -1,26 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $BUILD/iptv-*/libvdr-iptv.so.* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr-plugin-dvbapi/install b/packages/3rdparty/multimedia/vdr-plugin-dvbapi/install deleted file mode 100755 index adccefbd47..0000000000 --- a/packages/3rdparty/multimedia/vdr-plugin-dvbapi/install +++ /dev/null @@ -1,26 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $PKG_BUILD/libvdr-dvbapi.so.* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr-plugin-streamdev/install b/packages/3rdparty/multimedia/vdr-plugin-streamdev/install deleted file mode 100755 index 15b9c2c979..0000000000 --- a/packages/3rdparty/multimedia/vdr-plugin-streamdev/install +++ /dev/null @@ -1,26 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $PKG_BUILD/libvdr-streamdev*.so.* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr-plugin-xvdr/install b/packages/3rdparty/multimedia/vdr-plugin-xvdr/install deleted file mode 100755 index 46bb558b7f..0000000000 --- a/packages/3rdparty/multimedia/vdr-plugin-xvdr/install +++ /dev/null @@ -1,29 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $PKG_BUILD/libvdr-xvdr.so.* $INSTALL/usr/lib/vdr - -mkdir -p $INSTALL/usr/config/vdr/plugins/xvdr - cp $PKG_DIR/config/allowed_hosts.conf $INSTALL/usr/config/vdr/plugins/xvdr/ diff --git a/packages/3rdparty/multimedia/vdr-sc/install b/packages/3rdparty/multimedia/vdr-sc/install deleted file mode 100755 index 4c911ee604..0000000000 --- a/packages/3rdparty/multimedia/vdr-sc/install +++ /dev/null @@ -1,31 +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 - -ENABLED_PLUGINS="cardclient constcw sc-conax sc-cryptoworks sc-irdeto sc-nagra sc-seca sc-viaccess sc-videoguard2" - -mkdir -p $INSTALL/usr/lib/vdr - cp $PKG_BUILD/libvdr-sc.so.* $INSTALL/usr/lib/vdr - for plugin in $ENABLED_PLUGINS; do - cp $PKG_BUILD/systems/$plugin/libsc-*.so.* $INSTALL/usr/lib/vdr - done diff --git a/packages/3rdparty/multimedia/vdr-wirbelscan/install b/packages/3rdparty/multimedia/vdr-wirbelscan/install deleted file mode 100755 index 9e36cd8591..0000000000 --- a/packages/3rdparty/multimedia/vdr-wirbelscan/install +++ /dev/null @@ -1,26 +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 - -mkdir -p $INSTALL/usr/lib/vdr - cp $BUILD/wirbelscan-*/libvdr-wirbelscan.so.* $INSTALL/usr/lib/vdr diff --git a/packages/3rdparty/multimedia/vdr/install b/packages/3rdparty/multimedia/vdr/install deleted file mode 100755 index fcb36d54c4..0000000000 --- a/packages/3rdparty/multimedia/vdr/install +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) -# -# 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 - -mkdir -p $INSTALL/usr/bin - cp -P $PKG_BUILD/vdr $INSTALL/usr/bin - -mkdir -p $INSTALL/usr/lib/vdr - -mkdir -p $INSTALL/usr/config/vdr - cp $PKG_BUILD/channels.conf* $INSTALL/usr/config/vdr - cp $PKG_BUILD/diseqc.conf $INSTALL/usr/config/vdr - cp $PKG_BUILD/keymacros.conf $INSTALL/usr/config/vdr - cp $PKG_BUILD/scr.conf $INSTALL/usr/config/vdr - cp $PKG_BUILD/sources.conf $INSTALL/usr/config/vdr - cp $PKG_BUILD/svdrhosts.conf $INSTALL/usr/config/vdr - echo '0.0.0.0/0' >> $INSTALL/usr/config/vdr/svdrphosts.conf