diff --git a/packages/devel/popt/build b/packages/devel/popt/build deleted file mode 100755 index f85f4caffd..0000000000 --- a/packages/devel/popt/build +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2013 Dag Wieers (dag@wieers.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 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --exec-prefix=/usr \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --disable-shared \ - --enable-static \ - -make -$MAKEINSTALL diff --git a/packages/devel/popt/meta b/packages/devel/popt/meta deleted file mode 100644 index 255ab1a904..0000000000 --- a/packages/devel/popt/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2023 Dag Wieers (dag@wieers.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 -################################################################################ - -PKG_NAME="popt" -PKG_VERSION="1.16" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="LGPL" -PKG_SITE="http://www.rpm5.org/" -PKG_URL="http://rpm5.org/files/popt/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="devel" -PKG_SHORTDESC="popt: library for parsing command line parameters" -PKG_LONGDESC="Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes" diff --git a/packages/devel/popt/patches/popt-automake-1.12.patch b/packages/devel/popt/patches/popt-automake-1.12.patch deleted file mode 100644 index 3bd92081d6..0000000000 --- a/packages/devel/popt/patches/popt-automake-1.12.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur popt-1.16/configure.ac popt-1.16.patch/configure.ac ---- popt-1.16/configure.ac 2010-05-04 22:55:54.000000000 +0200 -+++ popt-1.16.patch/configure.ac 2013-03-05 13:20:28.769315267 +0100 -@@ -46,7 +46,6 @@ - AC_SYS_LARGEFILE - - AC_ISC_POSIX --AM_C_PROTOTYPES - - AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h) - diff --git a/packages/devel/popt/patches/popt-automake-1.13.patch b/packages/devel/popt/patches/popt-automake-1.13.patch deleted file mode 100644 index d62ec3d1e4..0000000000 --- a/packages/devel/popt/patches/popt-automake-1.13.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur popt-1.16/Makefile.am popt-1.16.patch/Makefile.am ---- popt-1.16/Makefile.am 2010-05-04 22:55:54.000000000 +0200 -+++ popt-1.16.patch/Makefile.am 2013-03-05 13:27:22.179156704 +0100 -@@ -34,11 +34,6 @@ - - noinst_SCRIPTS = testit.sh - --TESTS_ENVIRONMENT = \ --test1="$(top_builddir)/test1" -- --TESTS = $(top_srcdir)/testit.sh -- - include_HEADERS = popt.h - - usrlibdir = $(libdir)