wok-next annotate opencc-tools/receipt @ rev 14729
mesa-dri: update lib names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 10:30:23 2013 +0200 (2013-06-13) |
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 } |