updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / cogent / PKGBUILD
blob7ff77a14f878f83bdbea7150a4438907df341cd2
1 # Maintainer: jpate <j.k.pate@sms.ed.ac.uk>
2 pkgname=cogent
3 pkgver=2.3.9
4 maintainer="jpate"
5 pkgrel=1
6 pkgdesc="A graphical environment for cognitive modeling"
7 arch=( 'i686' 'x86_64' )
8 url="http://cogent.psyc.bbk.ac.uk/"
9 license=('GPL')
10 depends=( 'gtk' )
11 makedepends=( 'swi-prolog' )
12 source=(http://cogent.psyc.bbk.ac.uk/download/unix/cogent-2.3.9-src.tgz)
13 md5sums=('09954ab1500236b3bb11552019695483')
15 build() {
16   cd $srcdir/
18   ## emulate a makefile here...
19   mkdir bin
20   cd src
21   make all
22   cd ../oos
23   sed -i 's|pl -L4m|swipl -L4m|' Makefile
24   make all
25   cd ..
27   install -d $pkgdir/usr/bin
29   install -m 0755 bin/{cogent,oos} $pkgdir/usr/bin
31   ## install -d $pkgdir/usr/bin/
32   ## install -d $pkgdir/usr/lib/
34   ## install -m 0755 bin/{cogent,oos,socket.so} $pkgdir/usr/bin
35   ## cp -r lib/* $pkgdir/usr/lib