1 # Maintainer: Sebastian Köhler <sebkoehler@whoami.org.uk>
2 pkgname=craftbukkit-plugin-containerprotect
5 pkgdesc="Chest protection plugin for Bukkit"
7 url="http://forums.bukkit.org/threads/mech-containerprotect-v1-09-chest-furnace-and-dispenser-control-600-740.7175/"
9 depends=('craftbukkit')
10 source=('http://minecraft.atc.no/plugins/ContainerProtect.jar')
11 md5sums=('87c818e4543a9009aac8d94db60da0a7')
14 mkdir -p "$pkgdir/opt/craftbukkit/plugins"
15 install -m 644 "$srcdir/ContainerProtect.jar" "$pkgdir/opt/craftbukkit/plugins/"
18 # vim:set ts=2 sw=2 et: