updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / ishisoft-pushover / PKGBUILD
blob5e2d6ff678e6f6cf59973277fa6b86a870fdfb30
1 # Contributor: vn158 <vn158 at seznam dot cz>
3 pkgname=ishisoft-pushover
4 pkgver=1.0
5 pkgrel=2
6 pkgdesc="Remake of Amiga puzzle game. Arrange the dominoes and knock them all over in one go."
7 arch=('i686' 'x86_64')
8 url="http://ishisoft.remakes.org/"
9 license=('custom')
10 depends=()
11 [ "$CARCH" = i686   ] && depends=(wine)
12 [ "$CARCH" = x86_64 ] && depends=(bin32-wine)
13 makedepends=(unzip)
14 source=($pkgname http://ishisoft.remakes.org/downloads/ishisoft_pushover__.zip)
15 md5sums=('05e7653dce471f2edc8375065b585c85' '2afdfd4ef1c7cba4799b146dec6d62d8')
16 noextract=()
17 options=(!strip)
19 build() {
20   cd "$startdir"
22   install -d -m755 pkg/usr/share/$pkgname
24   cp -ra src/Ishisoft\ Pushover/* pkg/usr/share/$pkgname
25   find pkg/usr/share/$pkgname -type d -exec chmod 755 "{}" \;
26   find pkg/usr/share/$pkgname -type f -exec chmod 644 "{}" \;
28   install -d -m755 pkg/usr/bin
29   install -m755 $pkgname pkg/usr/bin
30   cd pkg/usr/bin
31   ln -s $pkgname $pkgname-editor