wok annotate opencc-tools/receipt @ rev 12956

emotion: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 18:12:07 2012 +0200 (2012-05-31)
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 }