diff --git a/packages/sysutils/sg3_utils/build b/packages/sysutils/sg3_utils/build deleted file mode 100755 index 09d8d03b6b..0000000000 --- a/packages/sysutils/sg3_utils/build +++ /dev/null @@ -1,37 +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 \ - --datadir=/usr/share \ - --localstatedir=/var \ - --enable-static \ - --disable-shared \ - -make - -$MAKEINSTALL diff --git a/packages/sysutils/sg3_utils/meta b/packages/sysutils/sg3_utils/meta deleted file mode 100644 index ec972c959d..0000000000 --- a/packages/sysutils/sg3_utils/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="sg3_utils" -PKG_VERSION="1.34" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://freshmeat.net/projects/sg3_utils/" -PKG_URL="http://sg.danny.cz/sg/p/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="system" -PKG_SHORTDESC="sg3_utils: a package of utilities for accessing devices that use SCSI command sets." -PKG_LONGDESC="sg3_utils is a package of utilities for accessing devices that use SCSI command sets. Most utilities issue a single command and display the response, while some work at a slightly higher level. There are utilities for fetching INQUIRY data and VPD, mode, and log pages. There is support for modern SCSI transports such as SAS and FCP." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes" diff --git a/packages/sysutils/sg3_utils/patches/sg3_utils-1.34-automake.patch b/packages/sysutils/sg3_utils/patches/sg3_utils-1.34-automake.patch deleted file mode 100644 index 2347eb044b..0000000000 --- a/packages/sysutils/sg3_utils/patches/sg3_utils-1.34-automake.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur sg3_utils-1.34/configure.ac sg3_utils-1.34.patch/configure.ac ---- sg3_utils-1.34/configure.ac 2012-03-12 18:03:41.000000000 +0100 -+++ sg3_utils-1.34.patch/configure.ac 2013-01-12 09:29:35.482005702 +0100 -@@ -2,7 +2,7 @@ - - AM_INIT_AUTOMAKE - AM_MAINTAINER_MODE --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - AC_PROG_CC - # AC_PROG_CXX