summaryrefslogtreecommitdiff
path: root/pcr/bumprace
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-10-09 11:14:09 -0400
committerGaming4JC <g4jc@openmailbox.org>2016-10-09 11:14:09 -0400
commit4eb12129b83e441e0c3981641c800130df4c2945 (patch)
tree38a246eb2e03dba2867befefb453d15f002d1c07 /pcr/bumprace
parent315843360d33cbc8029e2d6e6a2b767a9dd726d2 (diff)
add bumpracer
Diffstat (limited to 'pcr/bumprace')
-rw-r--r--pcr/bumprace/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/pcr/bumprace/PKGBUILD b/pcr/bumprace/PKGBUILD
new file mode 100644
index 000000000..25bc3d54a
--- /dev/null
+++ b/pcr/bumprace/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
+
+pkgname=bumprace
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Arcade Game. You've to get from the start to the finish line without crashing into deadly blocks."
+arch=('x86_64' 'i686')
+url="http://www.linux-games.com/penguin-command/"
+license=('GPL2')
+depends=('sdl')
+source=("https://bitbucket.org/karlb/$pkgname/get/$pkgver.tar.gz")
+sha512sums=('503a04c4f8e3537861af91f2978aae36267288b8db61fe55da6dd96003c11d585ef0632080bebddf482a34f32405b10354710541a9e140b0e614a5857dd6be10')
+
+build() {
+ cd karlb-$pkgname-034aca498e89
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd karlb-$pkgname-034aca498e89
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
+ make DESTDIR="$pkgdir/" install
+}