Package Details: ccal 2.5.3-2

Git Clone URL: https://aur.archlinux.org/ccal.git (read-only, click to copy)
Package Base: ccal
Description: A console program which writes a calendar together with Chinese calendar to standard output.
Upstream URL: http://ccal.chinesebay.com/ccal/ccal.htm
Licenses: GPL
Submitter: None
Maintainer: dlin
Last Packager: dlin
Votes: 13
Popularity: 0.000000
First Submitted: 2007-03-06 05:24 (UTC)
Last Updated: 2018-05-18 16:55 (UTC)

Latest Comments

gucong commented on 2017-02-27 21:13 (UTC) (edited on 2017-02-27 22:24 (UTC) by gucong)

I am getting the error: license should be an array. So please put license=("GPL"). And what is the meaning of sh4 in arch=('i686' 'x86_64' sh4)? I assume it is a typo.

eshizhan commented on 2014-04-25 06:43 (UTC)

==> Starting package()... install: cannot create regular file ‘../../pkg/usr/bin’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build ccal. need change PKGBUILD: --- PKGBUILD.orig 2014-04-25 14:41:36.128191210 +0800 +++ PKGBUILD 2014-04-25 14:42:37.369761995 +0800 @@ -19,8 +19,8 @@ package() { cd $srcdir/$pkgname-$pkgver mkdir -p $pkgdir/{usr/bin,usr/share/man/man1} - install -c ccal ../../pkg/usr/bin - install -c ccalpdf ../../pkg/usr/bin + install -c ccal $pkgdir/usr/bin + install -c ccalpdf $pkgdir/usr/bin install -c -m 0644 ccal.1 $pkgdir/usr/share/man/man1 install -c -m 0644 ccalpdf.1 $pkgdir/usr/share/man/man1 }

dlin commented on 2012-02-25 15:48 (UTC)

OK, the MD5 modified, please remove comment.

tocer commented on 2011-11-11 07:43 (UTC)

it works! thanks allencch

allencch commented on 2011-11-09 14:18 (UTC)

tocer, add #include <stddef.h> in htmlmonth.h

tocer commented on 2011-09-11 03:42 (UTC)

build error: http://paste.pocoo.org/show/473898/