repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
zhcon-debian
/
PKGBUILD
blob
336fd88d8b673e740050e4bd21dc3ba6261c2bcb
1
# Maintainer: Liu DongMiao <liudongmiao@gmail.com>
2
3
pkgname=zhcon-debian
4
pkgver=0.2.6
5
pkgrel=7
6
pkgdesc="A Fast Console CJK System Using FrameBuffer"
7
arch=(i686 x86_64)
8
url="http://packages.debian.org/zhcon"
9
license=(GPL)
10
depends=('zhcon>=0.2.6-5')
11
12
build() {
13
/bin/true
14
}
15
16
# vim: ft=sh ts=2 sw=2 et: