1 # Maintainer: Michael Fellinger <m.fellinger@gmail.com>
5 pkgdesc="Empire is a simulation of a full-scale war between two emperors, the computer and you."
7 url="http://www.catb.org/~esr/vms-empire/"
11 noextract=(empire.6.gz)
13 http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz
14 http://manpages.ubuntu.com/manpages.gz/lucid/man6/empire.6.gz
16 md5sums=('705d72358a5d6005538660aaf63eac5e'
17 '3a895f2fab2f514b7049f8937d217489')
20 cd "$srcdir/$pkgname-$pkgver"
26 cd "$srcdir/$pkgname-$pkgver"
28 install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
29 install -D -m644 $srcdir/empire.6.gz $pkgdir/usr/share/man/man6/empire.6.gz
30 install -D -m755 vms-empire $pkgdir/usr/bin/vms-empire
33 # vim:set ts=2 sw=2 et: