wok diff opencc-tools/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents
children de49f29b101e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opencc-tools/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="opencc-tools"
     1.7 +VERSION="0.2.0"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Command line tools for OpenCC"
    1.10 +MAINTAINER="liupeng <hipeng@yahoo.com>"
    1.11 +DEPENDS="opencc"
    1.12 +WEB_SITE="http://code.google.com/p/opencc/"
    1.13 +WANTED="opencc"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr
    1.19 +	cp -a $_pkg/usr/bin $fs/usr
    1.20 +}