pkgname=blobwars
pkgver=1.14
pkgrel=1
pkgdesc="Platform action game featuring a variety of different
weaponry and multiple objectives"
arch=('i686' 'x86_64')
url="http://www.parallelrealities.co.uk/projects/blobWars.php"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf')
source=(http://www.parallelrealities.co.uk/download/8e7e15b2/blobwars/blobwars-1.14-1.tar.gz)
md5sums=('c4133a08d49d63b518e70d67b88fb8be')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's/-g games//' -e 's/-Werror//' makefile
make || return 1
make PREFIX=${pkgdir}/usr BINDIR=${pkgdir}/usr/bin/ install
sed -i 's/Game;/Game;ArcadeGame;/'
${pkgdir}/usr/share/applications/blobwars.desktop
}
11-05-2009, 08:26 AM
Ronald van Haren
PKGBUILD of blobwars
On Thu, Nov 5, 2009 at 10:20 AM, Michael Witten <mfwitten@gmail.com> wrote:
> The PKGBUILD is out-of-date and has not been updated by the maintainer.
>
> Apply this patch to update it:
>