summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbl00dy18372021-06-14 13:24:34 +0200
committerbl00dy18372021-06-14 13:24:34 +0200
commit13a4269ccac63d8c0d90fd6098a071d055afdf85 (patch)
tree9368563f34b24579c0686d5713eb08129fdd1d29 /PKGBUILD
parent8ebad0993c00cfc6deb3f7be056a32560e2e6daa (diff)
downloadaur-penguin-command.tar.gz
package adopted and patched for aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4828c49553ee..038850c2bf70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : Frederic Bezies < fredbezies at gmail dot com>
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Christoph Zeiler <rabyte*gmail>
# Contributor: arjan <arjan@archlinux.org>
@@ -6,16 +7,22 @@
pkgname=penguin-command
pkgver=1.6.11
-pkgrel=3
+pkgrel=4
pkgdesc="A clone of the classic Missile Command game with improved graphics and sound"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://www.linux-games.com/penguin-command/"
license=('GPL')
depends=('sdl_image' 'sdl_mixer')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "${pkgname}.desktop")
+ "${pkgname}.desktop"
+ "config.guess.patch")
md5sums=('4dcf0073d62f28e47af18a922a1badc3'
- 'f7602eba82c14ddbeb76f7da89c78044')
+ 'f7602eba82c14ddbeb76f7da89c78044'
+ '1bcf77f66079f48f7f37a35a64ac79ab')
+
+prepare() {
+ patch "${srcdir}/${pkgname}-${pkgver}/config.guess" < "${startdir}/config.guess.patch"
+}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"