From 8da826de54ae9a8bf2cad3df94a42e21d95eed4d Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 8 Oct 2016 21:02:14 -0400 Subject: castle-combat --- pcr/castle-combat/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pcr/castle-combat/PKGBUILD diff --git a/pcr/castle-combat/PKGBUILD b/pcr/castle-combat/PKGBUILD new file mode 100644 index 000000000..7186914a0 --- /dev/null +++ b/pcr/castle-combat/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Luke R. GPG: rsa4096/3EAE8697 + +pkgname=castle-combat +pkgver=1.6.11 +pkgrel=2 +pkgdesc="Clone of the old arcade game Rampart. Build castle walls, place cannons inside these walls, and shoot at the walls the enemy(s)." +arch=('x86_64' 'i686') +url="http://www.linux-games.com/castle-combat/" +license=('GPL2') +depends=('sdl' 'sdl_mixer' 'sdl_image') +source=("http://downloads.sourceforge.net/$pkgname/$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 +} -- cgit v1.2.3-54-g00ecf