# $Id: PKGBUILD 74846 2012-08-07 05:46:50Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Todd Musall # Contributor: Todd Musall pkgname=datemath pkgver=2.0.10 pkgrel=4 pkgdesc="Command line date and time math utility." arch=('i686' 'x86_64') url="http://www.unixwiz.net/tools/datemath.html" license=("GPL") depends=('glibc') source=(http://www.unixwiz.net/tools/$pkgname.tar.gz y2k.patch) md5sums=('2c369d70a43313b71dbe3c7cc50207de' '87758503414a967f06566b94523fc010') build() { cd $srcdir patch -Np0 <$srcdir/y2k.patch make install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath }