wok-current view opencc-tools/receipt @ rev 23921
Up slitaz-tools (1036), tazinst (105), tazusb (209)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 21 15:07:47 2020 +0000 (2020-08-21) |
parents | eeba7ab1dffe |
children | 6b47ab094b52 |
line source
1 # SliTaz package receipt.
3 PACKAGE="opencc-tools"
4 VERSION="1.0.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Command line tools for OpenCC."
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://github.com/BYVoid/OpenCC"
11 DEPENDS="opencc"
12 WANTED="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 }