wok annotate scim-tables-ko/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 2b2c37045605
children 774a11579165
rev   line source
rocky@3549 1 # SliTaz package receipt.
rocky@3549 2
rocky@3549 3 PACKAGE="scim-tables-ko"
rocky@3549 4 VERSION="0.5.9"
rocky@3549 5 CATEGORY="x-window"
rocky@3549 6 SHORT_DESC="Korean input method data tables for SCIM platform."
rocky@3549 7 MAINTAINER="rocky@slitaz.org"
pascal@15132 8 LICENSE="GPL2"
rocky@3549 9 WANTED="scim-tables"
rocky@3549 10 WEB_SITE="http://www.scim-im.org/"
rocky@3549 11
pascal@15132 12 DEPENDS="scim-tables-base"
pascal@15132 13
rocky@3549 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 15 genpkg_rules()
rocky@3549 16 {
rocky@3549 17 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
rocky@3549 18 for file in `cat stuff/wanted-files.list`
rocky@3549 19 do
pascal@15132 20 cp -a $install$file ${fs}$file
rocky@3549 21 done
rocky@3549 22 }