summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-25 04:39:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-25 04:39:30 -0700
commitbf82b1201d6751b9647c188dfcf3021acede3cc7 (patch)
tree7234b916cc7e3c342acf3ce0fb79e781be417932
parentUpdated to 2.3.0 (diff)
downloadfceux-bf82b1201d6751b9647c188dfcf3021acede3cc7.tar.xz
Fix missing files
Remove scons from depends
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4e781b..f83d901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,17 @@
# # I maintain this because:
# Arch version lacks additional optimization and hardening flags
+# Arch version uses git
pkgname=fceux
pkgver=2.3.0
-pkgrel=1
+pkgrel=1.2
url='https://fceux.com/'
pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
arch=(x86_64)
license=(GPL)
depends=(gd minizip qt5-base sdl2)
-makedepends=(cmake glu mesa-libgl ninja scons)
+makedepends=(cmake glu mesa-libgl ninja)
source=("https://github.com/TASVideos/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
b2sums=('3b70db7ef2d0643b0938542dd7c13df5db0e6c8aeffd4cafc91829071d1eadcfc0e664ce22ba4cffcb26bf3c9b27e5291bb21539a93d737a143da2c4ade2e8b6')
@@ -36,6 +37,7 @@ build() {
package() {
cd ${pkgname}-${pkgname}-${pkgver}
+ DESTDIR="$pkgdir" ninja -C build install
install -d "${pkgdir}/usr/share/doc/${pkgname}"
cp -r ${srcdir}/${pkgname}-${pkgname}-${pkgver}/documentation/* "${pkgdir}/usr/share/doc/${pkgname}/"