wok view opencc-tools/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents de49f29b101e
children eeba7ab1dffe
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="lufeng369@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://code.google.com/p/opencc/"
10 WANTED="opencc"
12 DEPENDS="opencc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }