[arch-commits] Commit in fs-uae/repos (community-x86_64 community-x86_64/PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Tue Oct 1 17:41:21 UTC 2019
Date: Tuesday, October 1, 2019 @ 17:41:20
Author: dbermond
Revision: 512364
archrelease: copy trunk to community-x86_64
Added:
fs-uae/repos/community-x86_64/
fs-uae/repos/community-x86_64/PKGBUILD
(from rev 512363, fs-uae/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 512363, fs-uae/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-10-01 17:41:20 UTC (rev 512364)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
+# Contributor: Guilherme Calé <gui at cabritacale.eu>
+
+pkgname=fs-uae
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
+arch=('x86_64')
+url='https://fs-uae.net/'
+license=('GPL2')
+depends=('sdl2' 'glib2' 'libpng' 'openal' 'libx11' 'libmpeg2' 'zlib'
+ 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
+source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ # need to disable the jit compiler to add PIE to binaries
+ ./configure --prefix='/usr' --disable-jit
+
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list