wok diff opencc-tools/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 3f3e2cc53af0
children 8d64ce80ab95
line diff
     1.1 --- a/opencc-tools/receipt	Tue Sep 20 20:35:27 2011 +0800
     1.2 +++ b/opencc-tools/receipt	Mon Jan 27 07:30:42 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Command line tools for OpenCC"
     1.6  MAINTAINER="liupeng <hipeng@yahoo.com>"
     1.7 -DEPENDS="opencc"
     1.8 +LICENSE="Apache"
     1.9  WEB_SITE="http://code.google.com/p/opencc/"
    1.10  WANTED="opencc"
    1.11  
    1.12 +DEPENDS="opencc"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr
    1.18 -	cp -a $_pkg/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/bin $fs/usr
    1.20  }