summaryrefslogtreecommitdiff
path: root/community/freedroid/PKGBUILD
blob: 819f25b315ce910ab5c2fc65b9b247d6cd7017f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 5262 2009-11-07 12:52:52Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=freedroid
pkgver=1.0.2
pkgrel=4
pkgdesc="Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some improvements and extensions to the classic version."
arch=('i686' 'x86_64')
url="http://freedroid.sourceforge.net/"
license=('GPL')
depends=('glibc' 'sdl_image' 'sdl_mixer')
source=(http://downloads.sourceforge.net/sourceforge/freedroid/$pkgname-$pkgver.tar.gz)
md5sums=('585a65f61c2cd308ab45d5c514f695dc')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --mandir=/usr/share
  make || return 1
  make DESTDIR=$startdir/pkg install
}