wok annotate opencc-tools/receipt @ rev 25467
Up gnumeric (1.12.53)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 03 08:28:51 2022 +0000 (2022-10-03) |
parents | 03ab355816ec |
children |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-tools" |
Hans-G?nter@25014 | 4 VERSION="1.1.3" |
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@25014 | 9 WEB_SITE="https://byvoid.github.io/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 { |
Hans-G?nter@25014 | 17 cook_copy_folders bin |
hipeng@10958 | 18 } |