1 # Maintainer: Philipp Middendorf <pmidden@gmx.net>
5 pkgdesc="Abstract Window Library"
7 url="http://freundlich.github.com/spacegameengine"
10 depends=('boost>=1.45' 'libfcppt-git' 'libgl')
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 'libawl' 'git://github.com/pmiddend/libawl.git'
43 msg "Starting make..."
51 -D CMAKE_INSTALL_PREFIX:="/usr"\
57 cd "$srcdir/libawl/build"
58 make DESTDIR="$pkgdir" install