1 # Maintainer: Philipp Middendorf <pmidden@gmx.net>
5 pkgdesc="Arcade game where the goal is to cut fruits to earn points"
7 url="http://fruitcut.com"
10 depends=('libfcppt-git' 'libmizuiro-git' 'libawl-git' 'libsge-git' 'boost>=1.46.0' 'bullet')
11 makedepends=('git' 'cmake>=2.6')
16 md5sums=() #generate with 'makepkg -g'
20 msg "Downloading $1..."
23 if ! git pull origin; then
24 msg "Pulling $1 didn't work"
32 msg "Doesn't exist yet, cloning..."
33 git clone $2 $1 --depth 1
41 _download_from_git 'fruitcut' 'git://github.com/pmiddend/fruitcut.git'
43 msg "Starting make..."
50 cmake -D CMAKE_INSTALL_PREFIX:="/usr" ..;
55 cd "$srcdir/fruitcut/build"
56 make DESTDIR="$pkgdir" install