From 79809ac2eee0b30f359c47cfd93590140802c78f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 Jan 2012 14:17:56 +0100 Subject: [PATCH] remove package 'SDL_net' Signed-off-by: Stephan Raue --- packages/multimedia/SDL_net/build | 40 ----------------------------- packages/multimedia/SDL_net/install | 27 ------------------- packages/multimedia/SDL_net/meta | 36 -------------------------- 3 files changed, 103 deletions(-) delete mode 100755 packages/multimedia/SDL_net/build delete mode 100755 packages/multimedia/SDL_net/install delete mode 100644 packages/multimedia/SDL_net/meta diff --git a/packages/multimedia/SDL_net/build b/packages/multimedia/SDL_net/build deleted file mode 100755 index 447a71f6ae..0000000000 --- a/packages/multimedia/SDL_net/build +++ /dev/null @@ -1,40 +0,0 @@ -#!/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 - -cd $PKG_BUILD - -touch NEWS AUTHORS ChangeLog && do_autoreconf -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-shared \ - --disable-static \ - --disable-gui \ - --with-sdl-prefix="$SYSROOT_PREFIX/usr" - -make - -$MAKEINSTALL diff --git a/packages/multimedia/SDL_net/install b/packages/multimedia/SDL_net/install deleted file mode 100755 index 66a1addc9a..0000000000 --- a/packages/multimedia/SDL_net/install +++ /dev/null @@ -1,27 +0,0 @@ -#!/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 - cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib - diff --git a/packages/multimedia/SDL_net/meta b/packages/multimedia/SDL_net/meta deleted file mode 100644 index 7403d76889..0000000000 --- a/packages/multimedia/SDL_net/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# 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="SDL_net" -PKG_VERSION="1.2.8" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.libsdl.org/" -PKG_URL="http://www.libsdl.org/projects/SDL_net/release/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="SDL" -PKG_BUILD_DEPENDS="toolchain SDL" -PKG_PRIORITY="optional" -PKG_SECTION="multimedia" -PKG_SHORTDESC="libsdl_net: A simple cross-platform network library" -PKG_LONGDESC="SDL_net is a network library that is used with the SDL library, and almost as portable. It allows a programmer to use network functionality without having to code different things for different platforms. It also simplyfies the handling of network connections and data transfer." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no"