updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / yape / PKGBUILD
blob6e99b32bbac0ef54b596272752286046306f3ee7
1 #Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
2 pkgname=yape
3 pkgver=0.32.5
4 pkgrel=1
5 pkgdesc='Yet another Commodore plus/4 emulator (SDL port)'
6 arch=('i686' 'x86_64')
7 url='http://yape.plus4.net'
8 license='GPL'
9 depends=('sdl')
10 source=(http://yape.homeserver.hu/download/yapeSDL-$pkgver.tar.gz)
11 md5sums=('2d37d720975dc6a0fd9ec4e7964cafb1')
13 build() {
14         make
15         install -Dm755 $srcdir/$pkgname $startdir/pkg/usr/bin/$pkgname