wok-6.x view opencc-tools/receipt @ rev 22777
updated freeradius and freeradius-pam (2.1.12 -> 3.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 26 08:17:30 2020 +0100 (2020-01-26) |
parents | 8d64ce80ab95 |
children | 03ab355816ec |
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://byvoid.github.io/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 }