wok view opencc-tools/receipt @ rev 14732

Add xorg-xf86-video-cirrus, xorg-xf86-video-mach64, xorg-xf86-video-s3virge, xorg-xf86-video-savage, xorg-xf86-video-sis, xorg-xf86-video-tseng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 13:22:51 2013 +0200 (2013-06-13)
parents
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="opencc-tools"
4 VERSION="0.2.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Command line tools for OpenCC"
7 MAINTAINER="liupeng <hipeng@yahoo.com>"
8 DEPENDS="opencc"
9 WEB_SITE="http://code.google.com/p/opencc/"
10 WANTED="opencc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }