csync-git
[mirrors/ArchLinux-Packages.git] / megahal / PKGBUILD
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
4
5 pkgname=megahal
6 pkgver=9.1.1
7 pkgrel=1
8 pkgdesc="conversation simulator: a computer program which responds in natural language to what you type"
9 arch=('i686' 'x86_64')
10 url="http://megahal.alioth.debian.org/"
11 license=("GPL")
12 depends=(gcc-libs)
13 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
14 md5sums=('acdca9ada85cb7fc49dbe2dd8e6b4fca')
15
16 build() {
17 mkdir -p $pkgdir/usr/bin
18 cd $srcdir/$pkgname-$pkgver/
19 make
20 cp megahal $pkgdir/usr/bin
21 }
This page took 0.241232 seconds and 4 git commands to generate.