|
ccal工具程序是一个易于使用的命令行程序。它可被用来在标准输出上印出有农历的格里历(公历)日历。它的用法与在大多数Unix平台上有的cal程序相似。除直接显示之外, 它也可以生成Encapsulated PostScript(EPS)图片和HTML表格输出以便于自己制作日历和网页。它对简体和繁体汉字都支持。
# Contributor: sssslang <xofyarg@gmail.com>
pkgname=ccal
pkgver=2.4
pkgrel=1
pkgdesc="The ccal utility is a simple-to-use command line program which writes a Gregorian calendar together with Chinese calendar to standard output."
url="http://thunder.cwru.edu/ccal/ccal.htm"
depends=('gcc')
makedepends=('gcc' 'glibc')
license="GPL"
source=(http://thunder.cwru.edu/ccal/$pkgname-$pkgver.tar.gz)
md5sums=('c59d445b8be555aa1fc9ea81e46a4621')
build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
mkdir -p ../../pkg/{usr/bin,usr/man/man1}
install -c ccal ../../pkg/usr/bin
install -c ccalpdf ../../pkg/usr/bin
install -c -m 0644 ccal.1 ../../pkg/usr/man/man1
install -c -m 0644 ccalpdf.1 ../../pkg/usr/man/man1
} |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|