From 42664da5333a873c49ce9d07099b45cf09565ce3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 Jan 2012 14:18:06 +0100 Subject: [PATCH] remove package 'SDL_ttf' Signed-off-by: Stephan Raue --- packages/multimedia/SDL_ttf/build | 39 ----------------------------- packages/multimedia/SDL_ttf/install | 27 -------------------- packages/multimedia/SDL_ttf/meta | 36 -------------------------- 3 files changed, 102 deletions(-) delete mode 100755 packages/multimedia/SDL_ttf/build delete mode 100755 packages/multimedia/SDL_ttf/install delete mode 100644 packages/multimedia/SDL_ttf/meta diff --git a/packages/multimedia/SDL_ttf/build b/packages/multimedia/SDL_ttf/build deleted file mode 100755 index f286d26c1f..0000000000 --- a/packages/multimedia/SDL_ttf/build +++ /dev/null @@ -1,39 +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 \ - --with-sdl-prefix=$SYSROOT_PREFIX/usr \ - -make - -$MAKEINSTALL diff --git a/packages/multimedia/SDL_ttf/install b/packages/multimedia/SDL_ttf/install deleted file mode 100755 index 66a1addc9a..0000000000 --- a/packages/multimedia/SDL_ttf/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_ttf/meta b/packages/multimedia/SDL_ttf/meta deleted file mode 100644 index b465c8fb84..0000000000 --- a/packages/multimedia/SDL_ttf/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_ttf" -PKG_VERSION="2.0.11" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.libsdl.org/" -PKG_URL="http://www.libsdl.org/projects/SDL_ttf/release/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="SDL libICE libX11 freetype Mesa" -PKG_BUILD_DEPENDS="toolchain SDL libICE libX11 freetype Mesa" -PKG_PRIORITY="optional" -PKG_SECTION="multimedia" -PKG_SHORTDESC="libsdl_ttf: A library to use TrueType fonts in SDL applications" -PKG_LONGDESC="This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program 'showfont' which displays an example string for a given TrueType font file." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no"