updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / lisaac / PKGBUILD
blob097ceab96b79eb562d104724c355d4976ffd4ea7
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Mildred <silkensedai@online.fr>
4 pkgname=lisaac
5 pkgver=0.13.1
6 pkgrel=1
7 pkgdesc="A small prototype-based programming language"
8 arch=('i686')
9 url="http://isaacproject.u-strasbg.fr/li.html"
10 license=('GPL3')
11 source=(http://isaacproject.u-strasbg.fr/download/$pkgname-$pkgver.tar.gz)
12 md5sums=('a2a6cb1d70e3e7b50d06e61516ef4271')
14 build() {
15   cd "$srcdir"/$pkgname-$pkgver
16   make || return 1
17   make DESTDIR="$pkgdir" install || return 1