aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-database
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libretro-database')
-rw-r--r--testing/libretro-database/APKBUILD19
-rw-r--r--testing/libretro-database/fix-busybox-incompability.patch13
2 files changed, 0 insertions, 32 deletions
diff --git a/testing/libretro-database/APKBUILD b/testing/libretro-database/APKBUILD
deleted file mode 100644
index 1ac6ef3e05..0000000000
--- a/testing/libretro-database/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=libretro-database
-pkgver=1.8.2
-pkgrel=0
-arch="noarch"
-url="https://www.libretro.com/"
-pkgdesc="Libretro core info files"
-license="MIT"
-source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/libretro-database/archive/v$pkgver.tar.gz
- fix-busybox-incompability.patch"
-options="!check" # No code to test
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="5325c96e5debeb985c9e62726068f450d4c1615a78704dc18d1939f5b2505f9cd4ca908477e5725998d720314c6a4d0b13b0a4a18e0062ab163be0f2f65399bd libretro-database-1.8.2.tar.gz
-41670da3518bf5aa80f0916e94f81c6aed4c8ca5c1cae941c521440d5c019b96c3594e2efc3849e397d71deda8b9db7bed6fabb0ecf305572688179bbffc1406 fix-busybox-incompability.patch"
diff --git a/testing/libretro-database/fix-busybox-incompability.patch b/testing/libretro-database/fix-busybox-incompability.patch
deleted file mode 100644
index 24c4467dc8..0000000000
--- a/testing/libretro-database/fix-busybox-incompability.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 0c3a33fd..65436325 100644
---- a/Makefile
-+++ b/Makefile
-@@ -16,7 +16,7 @@ all:
-
- install:
- mkdir -p $(DESTDIR)$(INSTALLDIR)
-- cp -ar -t $(DESTDIR)$(INSTALLDIR) cht cursors rdb
-+ cp -ar cht cursors rdb $(DESTDIR)$(INSTALLDIR)
- find $(DESTDIR)$(INSTALLDIR) -type f -name "*.zip" -delete
- find $(DESTDIR)$(INSTALLDIR) -type f -name "*.xml" -delete
-