wok view opencc-tools/receipt @ rev 13550

Of the 9 mirrors I tried, this is the ONLY one that has the lastest source code...
author Brenton Scott <admin@trixarian.net>
date Fri Nov 02 09:16:58 2012 +0200 (2012-11-02)
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 }