updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / hodie / PKGBUILD
blobdbee0a92f793d9b8c3d028826d6804ce4ef4f698
1 # $Id:$
2 # Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
3 pkgname=hodie
4 pkgver=1.4
5 pkgrel=1
6 pkgdesc="Prints the date in Latin."
7 url="http://hodie.sourceforge.net"
8 arch=(i686 x86_64)
9 license=('custom')
10 source=(http://downloads.sourceforge.net/hodie/$pkgname-$pkgver.tar.gz
11         Makefile.diff)
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
15   patch -p0 -i ../Makefile.diff || return 1
16   make || return 1
17   make DESTDIR="$pkgdir" install
19 md5sums=('fd3f23135fd74e17516aa0c08757edd9'
20          'c65fae177943033f068cdeca16f7bd49')