summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-10-08 20:16:36 -0400
committerGaming4JC <g4jc@openmailbox.org>2016-10-08 20:16:36 -0400
commite08cf1825d1e13b5596e95395e102cefcd6176e5 (patch)
tree467e5844aee0ee3b5bbcf00516bdb2c2525afb72 /pcr
parentb0ff37c37303880d0ae8c16aba53eeee43681fae (diff)
penguin command - sdl2
Diffstat (limited to 'pcr')
-rw-r--r--pcr/penguin-command/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/pcr/penguin-command/PKGBUILD b/pcr/penguin-command/PKGBUILD
new file mode 100644
index 000000000..91e5bfa0d
--- /dev/null
+++ b/pcr/penguin-command/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
+
+pkgname=penguin-command
+pkgver=1.6.11
+pkgrel=2
+pkgdesc="Clone of the classic Missile Command game with better graphics and music."
+arch=('x86_64' 'i686')
+url="http://www.linux-games.com/penguin-command/"
+license=('GPL2')
+depends=('sdl2' 'sdl2_mixer' 'sdl2_image')
+source=("http://downloads.sourceforge.net/wikipediafs/$pkgname-$pkgver.tar.gz")
+sha512sums=('ba41a7fbf3c07149fb6f6cf60091afda9de3c9f8f04e541d7b62ba744b04e5db7eecc5aa2391a71b72ccf6f544d397a5994a6f7aee0907211ced1686fe517646')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
+ make DESTDIR="$pkgdir/" install
+} \ No newline at end of file