updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / platinumarts-sandbox / PKGBUILD
blob9fbca19e8908d408dded647dc9cb47b7f2f938ab
1 # Maintainer: Justin Hill <bigfoot_30045 at yahoo dot com>
3 pkgname=platinumarts-sandbox
4 pkgver=2.6.1
5 pkgrel=1
6 pkgdesc="A free and open source 3D game design program for kids and adults."
7 arch=('i686' 'x86_64')
8 url="http://sandboxgamemaker.com/"
9 license=('GPL')
10 groups=()
11 depends=('sdl' 'sdl_image' 'sdl_mixer' 'zlib')
12 makedepends=('unzip')
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=
20 noextract=()
21 source=(http://sandboxgamemaker.com/sandbox/PlatinumArtsSandbox${pkgver}Multiplatform.zip
22         pasandbox.desktop)
23 md5sums=('1128473500d02346145219e7a9aaa682'
24          '709edf8dea868e8dedde022323d9473a')
26 build() {
27   cd $pkgdir
28   mkdir -p usr/share/applications
29   cd $srcdir
30   cp -r PlatinumArtsSandbox${pkgver} $pkgdir/usr/share
31   install -D -m 0644 "pasandbox.desktop" "$pkgdir/usr/share/applications/pasandbox.desktop"