1 # Maintainer: Nathan O <ndowens04 at gmail dot com>
7 pkgdesc="A .NET library for cross-platform development of games and game development tools"
9 url="http://www.agatelib.org/"
13 source=(http://downloads.sourceforge.net/agate/Agate${_downloadver}.zip)
14 md5sums=('d2a22039bddf6c067b7b8dac22d347bd')
17 cd ${srcdir}/Source/Build
19 export MONO_SHARED_DIR=$(pwd)
23 install -d "$pkgdir"/usr/lib/mono/$pkgname
24 install -m644 ../Binaries/Release/AgateLib/*.dll "$pkgdir"/usr/lib/mono/$pkgname/
27 # vim:set ts=2 sw=2 et: