[arch-commits] Commit in hatari/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:39:04 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:39:04
Author: felixonmars
Revision: 658170
archrelease: copy trunk to community-staging-x86_64
Added:
hatari/repos/community-staging-x86_64/
hatari/repos/community-staging-x86_64/PKGBUILD
(from rev 658169, hatari/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: hatari/repos/community-staging-x86_64/PKGBUILD (from rev 658169, hatari/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 12:39:04 UTC (rev 658170)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list