wok annotate opencc-tools/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
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 }