From 973bf26af455e2c75d6a8929cb0d1bf717dfb5f0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 6 Nov 2012 22:17:11 +0100 Subject: [PATCH] remove package 'jpeg' Signed-off-by: Stephan Raue --- packages/graphics/jpeg/build | 36 ---------------------------------- packages/graphics/jpeg/install | 26 ------------------------ packages/graphics/jpeg/meta | 36 ---------------------------------- 3 files changed, 98 deletions(-) delete mode 100755 packages/graphics/jpeg/build delete mode 100755 packages/graphics/jpeg/install delete mode 100644 packages/graphics/jpeg/meta diff --git a/packages/graphics/jpeg/build b/packages/graphics/jpeg/build deleted file mode 100755 index 5238f596a9..0000000000 --- a/packages/graphics/jpeg/build +++ /dev/null @@ -1,36 +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 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --enable-shared \ - -make - -$MAKEINSTALL diff --git a/packages/graphics/jpeg/install b/packages/graphics/jpeg/install deleted file mode 100755 index 32163a5b62..0000000000 --- a/packages/graphics/jpeg/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 - cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib diff --git a/packages/graphics/jpeg/meta b/packages/graphics/jpeg/meta deleted file mode 100644 index e4f2729dbd..0000000000 --- a/packages/graphics/jpeg/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# 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 -################################################################################ - -PKG_NAME="jpeg" -PKG_VERSION="8c" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://www.ijg.org/" -PKG_URL="http://www.ijg.org/files/${PKG_NAME}src.v${PKG_VERSION}.tar.gz" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="graphics" -PKG_SHORTDESC="libjpeg: The Independent JPEG Group's JPEG software" -PKG_LONGDESC="This distribution contains the public release of the Independent JPEG Group's free JPEG software." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes"