Created
December 2, 2011 16:56
-
-
Save mgalgs/1423967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Marcin Skory <armitage at gfreedom dot org> | |
# Contributor: Arkham <arkham at archlinux dot us> | |
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> | |
# Contributor: Jacek Poplawski <jacekpoplawski__gmail> | |
# Contributor: Mitchel Humpherys <[email protected]> | |
pkgname=alephone | |
pkgver=20111201 | |
pkgrel=1 | |
pkgdesc='A free, enhanced port of the classic FPS "Marathon 2" by Bungie Software' | |
arch=('i686' 'x86_64') | |
url="http://marathon.sourceforge.net/" | |
license=('GPL') | |
depends=('sdl_ttf' 'libmad' 'libsndfile' 'libvorbis' 'mesa' 'sdl_image' \ | |
'sdl_net' 'smpeg' 'speex' 'zziplib') | |
optdepends=('..::AlephOne scenarios::..' \ | |
'alephone-emr' \ | |
'alephone-eternalx' \ | |
'alephone-evil' \ | |
'alephone-infinity' \ | |
'alephone-marathon' \ | |
'alephone-marathon2' \ | |
'alephone-red' \ | |
'alephone-rubiconx' \ | |
'alephone-tempus_irae') | |
makedepends=('boost' 'lua>=5.1') | |
source=(http://downloads.sourceforge.net/marathon/AlephOne-$pkgver.tar.bz2) | |
md5sums=('af1a696697fad4ea38ccc5379e6c65b5') | |
build() { | |
cd $srcdir/AlephOne-$pkgver | |
sed "s|PACKAGE='AlephOne'|PACKAGE='alephone'|g" -i configure | |
./configure --prefix=/usr | |
make || return 1 | |
make DESTDIR="$pkgdir" install || return 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment