wok-6.x annotate opencc-tools/receipt @ rev 20277
linux: add igb.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 19 15:16:28 2018 +0100 (2018-03-19) |
parents | de49f29b101e |
children | eeba7ab1dffe |
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" |
pascal@16047 | 7 MAINTAINER="lufeng369@slitaz.org" |
pascal@15600 | 8 LICENSE="Apache" |
hipeng@10958 | 9 WEB_SITE="http://code.google.com/p/opencc/" |
hipeng@10958 | 10 WANTED="opencc" |
hipeng@10958 | 11 |
pascal@15600 | 12 DEPENDS="opencc" |
pascal@15600 | 13 |
hipeng@10958 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10958 | 15 genpkg_rules() |
hipeng@10958 | 16 { |
hipeng@10958 | 17 mkdir -p $fs/usr |
pascal@15600 | 18 cp -a $install/usr/bin $fs/usr |
hipeng@10958 | 19 } |