1 # Maintainer: Philipp Middendorf <pmidden@gmx.net>
5 pkgdesc="A generic C++ image library"
7 url="http://freundlich.github.com/spacegameengine"
10 depends=('boost>=1.40.0' 'libfcppt-git')
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..."
41 _download_from_git 'mizuiro' 'git://github.com/freundlich/mizuiro.git'
43 msg "Starting make..."
52 -D ENABLE_EXAMPLES:=OFF\
54 -D CMAKE_INSTALL_PREFIX:="/usr"\
60 cd "$srcdir/mizuiro/build"
61 make DESTDIR="$pkgdir" install