wok annotate opencc-tools/receipt @ rev 23745
updated xdg-utils (1.1.0-rc1 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 14:08:35 2020 +0100 (2020-05-01) |
parents | eeba7ab1dffe |
children | 6b47ab094b52 |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-tools" |
Hans-G?nter@23260 | 4 VERSION="1.0.5" |
hipeng@10958 | 5 CATEGORY="utilities" |
Hans-G?nter@23260 | 6 SHORT_DESC="Command line tools for OpenCC." |
pascal@16047 | 7 MAINTAINER="lufeng369@slitaz.org" |
pascal@15600 | 8 LICENSE="Apache" |
Hans-G?nter@23260 | 9 WEB_SITE="https://github.com/BYVoid/OpenCC" |
hipeng@10958 | 10 |
pascal@15600 | 11 DEPENDS="opencc" |
Hans-G?nter@23260 | 12 WANTED="opencc" |
pascal@15600 | 13 |
hipeng@10958 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10958 | 15 genpkg_rules() |
hipeng@10958 | 16 { |
hipeng@10958 | 17 mkdir -p $fs/usr |
Hans-G?nter@23260 | 18 cp -a $install/usr/bin $fs/usr |
hipeng@10958 | 19 } |