updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / cal-unicorn / PKGBUILD
blob87500f91168919e6ca8a52f09a74b4a0a548e858
1 pkgname=cal-unicorn
2 arch=('i686 x86_64')
3 pkgver=4.0
4 pkgrel=1
5 pkgdesc="substitute unix \"cal\" command"
6 url="http://unicorn.us.com/cal.html"
7 license='GPL'
8 source=("http://unicorn.us.com/pub/cal40.zip")
9 md5sums=('412c8bbc6f768a5bb86f8c42e796c41e')
10 makedepends=('unzip' 'gcc' 'make')
11 options=('zipman')
13 build() {
14         cd $srcdir/cal40/src
15         chmod 644 *
16         make -f makefile.unx || return 1
17         install -Dps -m755 cal $pkgdir/usr/bin/$pkgname
18         install -Dp -m644 cal.1 $pkgdir/usr/share/man/man1/$pkgname.1
19