wok-current annotate opencc-tools/receipt @ rev 15426
Up: thunderbird-langpack-ru (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:52 2013 +0100 (2013-11-03) |
parents | |
children | de49f29b101e |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-tools" |
hipeng@10958 | 4 VERSION="0.2.0" |
hipeng@10958 | 5 CATEGORY="utilities" |
hipeng@10958 | 6 SHORT_DESC="Command line tools for OpenCC" |
hipeng@10958 | 7 MAINTAINER="liupeng <hipeng@yahoo.com>" |
hipeng@10958 | 8 DEPENDS="opencc" |
hipeng@10958 | 9 WEB_SITE="http://code.google.com/p/opencc/" |
hipeng@10958 | 10 WANTED="opencc" |
hipeng@10958 | 11 |
hipeng@10958 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10958 | 13 genpkg_rules() |
hipeng@10958 | 14 { |
hipeng@10958 | 15 mkdir -p $fs/usr |
hipeng@10958 | 16 cp -a $_pkg/usr/bin $fs/usr |
hipeng@10958 | 17 } |