summaryrefslogtreecommitdiff
path: root/community/chromium-bsu/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-09 00:01:09 +0000
committerroot <root@rshg054.dnsready.net>2012-04-09 00:01:09 +0000
commit4de1f7cfdca3531b7324f72b2f109384b2a3a856 (patch)
tree7fe243e8ad2bfcbaa4027aca963474964800c387 /community/chromium-bsu/PKGBUILD
parent5eb91336815b8ce54fbdb828555166b348738c49 (diff)
Mon Apr 9 00:01:09 UTC 2012
Diffstat (limited to 'community/chromium-bsu/PKGBUILD')
-rw-r--r--community/chromium-bsu/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/chromium-bsu/PKGBUILD b/community/chromium-bsu/PKGBUILD
new file mode 100644
index 000000000..3f1b30386
--- /dev/null
+++ b/community/chromium-bsu/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 64919 2012-02-18 20:42:52Z jelle $
+# Maintainer: Allan McRae <allan@archlinux.org>
+# Contributor: William Rea <sillywilly@gmail.com>
+
+pkgname=chromium-bsu
+pkgver=0.9.15
+pkgrel=2
+pkgdesc="A fast paced top scrolling shooter"
+arch=('i686' 'x86_64')
+url="http://chromium-bsu.sourceforge.net/"
+license=('custom:artistic')
+depends=('freeglut' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 'fontconfig' 'sdl_image')
+install=chromium-bsu.install
+source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('d57137a1ac2292363b35192724c7e3be')
+
+build(){
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+
+ install -Dm644 COPYING $pkgdir/usr/share/licenses/chromium-bsu/LICENSE
+}
+