MegaHAL package added :-)
authorHarvie <tomas@mudrunka.cz>
Mon, 16 Jan 2012 21:14:45 +0000 (22:14 +0100)
committerHarvie <tomas@mudrunka.cz>
Mon, 16 Jan 2012 21:14:45 +0000 (22:14 +0100)
megahal/PKGBUILD [new file with mode: 0644]

diff --git a/megahal/PKGBUILD b/megahal/PKGBUILD
new file mode 100644 (file)
index 0000000..66d5cf5
--- /dev/null
@@ -0,0 +1,21 @@
+# Contributor:  Thomas Mudrunka <harvie@@email..cz>
+# Maintainer:   Thomas Mudrunka <harvie@@email..cz>
+# You can also contact me on http://blog.harvie.cz/
+
+pkgname=megahal
+pkgver=9.1.1
+pkgrel=1
+pkgdesc="conversation simulator: a computer program which responds in natural language to what you type"
+arch=('i686' 'x86_64')
+url="http://megahal.alioth.debian.org/"
+license=("GPL")
+depends=(gcc-libs)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('acdca9ada85cb7fc49dbe2dd8e6b4fca')
+
+build() {
+       mkdir -p $pkgdir/usr/bin
+  cd $srcdir/$pkgname-$pkgver/
+  make
+       cp megahal $pkgdir/usr/bin
+}
This page took 0.131981 seconds and 4 git commands to generate.