From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/datemath/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 community/datemath/PKGBUILD (limited to 'community/datemath') diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD new file mode 100644 index 000000000..f4ce236b5 --- /dev/null +++ b/community/datemath/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 18094 2010-05-31 09:25:01Z spupykin $ +# Maintainer: Sergej Pupykin +# Maintainer: Todd Musall +# Contributor: Todd Musall + +pkgname=datemath +pkgver=2.0.10 +pkgrel=2 +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) +md5sums=('2c369d70a43313b71dbe3c7cc50207de') + +build() { + cd $srcdir + make || return 1 + install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath +} -- cgit v1.2.3-54-g00ecf