updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / crun / PKGBUILD
blob6765874f80095da1a8eb2df63014d9230fd6c921
1 # Contributor: Kesara Nanayakkara Rathnayake <kesara@bcs.org>
3 pkgname=crun
4 pkgver=0.1.1
5 pkgrel=1
6 pkgdesc="Lightweight, easy to use, simpler cron-like tool."
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/koolkit/"
9 license=('GPL')
10 source=(http://koolkit.googlecode.com/files/crun-$pkgver.tar.gz)
11 md5sums=('0865cb80e85afc598cab2ec5b4820c15')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr/
16   make || return 1
17   make DESTDIR="$startdir/pkg/" install