updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / craftbukkit-plugin-containerprotect / PKGBUILD
blobf7acd238b9233896574f743b61cebf640d0ee1ad
1 # Maintainer: Sebastian Köhler <sebkoehler@whoami.org.uk>
2 pkgname=craftbukkit-plugin-containerprotect
3 pkgver=1.09
4 pkgrel=1
5 pkgdesc="Chest protection plugin for Bukkit"
6 arch=(any)
7 url="http://forums.bukkit.org/threads/mech-containerprotect-v1-09-chest-furnace-and-dispenser-control-600-740.7175/"
8 license=('GPL')
9 depends=('craftbukkit')
10 source=('http://minecraft.atc.no/plugins/ContainerProtect.jar')
11 md5sums=('87c818e4543a9009aac8d94db60da0a7')
13 package() {
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: