1 # Contributor: Andrew Fuller <qartis@gmail.com>
5 pkgdesc="Delay a specified time period on the command line"
7 url="http://onegeek.org/~tom/software/delay/"
9 source=("http://onegeek.org/~tom/software/delay/dl/delay-1.6.tar.gz" "delay-1.6.patch")
10 md5sums=("a82f6940ed14377495e97f7e0ecae772" "48a4fd55ca832e023ba467c75ba68df0")
13 cd $startdir/src/$pkgname-$pkgver
14 patch -p0 -i "$startdir/src/${pkgname}-${pkgver}.patch" || return 1
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install || return 1