updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / samorost2 / PKGBUILD
blobd8372dda8f19eed33fe44f209ff5b3a164fe50ce
1 # Maintainer: Vojtech Kral <kral.vojtech at gmail dot com>
3 pkgname=samorost2
4 pkgver=1.0
5 pkgrel=2
6 pkgdesc="Samorost 2 is an award-winning point-and-click adventure/puzzle Flash game by Amanita Design"
7 arch=('i686' 'x86_64')
8 url="http://amanita-design.net/samorost-2/"
9 license=('unknown')
10 depends=('xdg-utils' 'flashplugin')
11 makedepends=('unzip')
13 source=(samorost2_linux.zip
14         samorost2
15         samorost2.desktop)
16 noextract=(samorost2_linux.zip)
18 sha256sums=('1e6304b203cbe05e2e7d85b2f062142decb70084ebd7cfbee4475d91a048aad6'
19             '594dc311057d005bcc0d2b9989c0f095ed8f57c75d9003cc52978d2eb7c87829'
20             '335d3d35738d05e0314cf4e10c2406ace560a6de606f91a6835069ae1e94408d')
22 build()
24   mkdir -p ${pkgdir}/usr/share/samorost2
25   unzip samorost2_linux.zip -d ${pkgdir}/usr/share/samorost2/
26   install -D -m755 samorost2 ${pkgdir}/usr/bin/samorost2
27   install -D -m644 samorost2.desktop ${pkgdir}/usr/share/applications/samorost2.desktop