wok-6.x annotate razorqt-locale-ru/receipt @ rev 17564
Up: hexchat 2.10.2
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 17:14:34 2015 +0000 (2015-02-07) |
parents | |
children | 7042a09beaeb |
rev | line source |
---|---|
al@15191 | 1 # SliTaz package receipt. |
al@15191 | 2 |
al@15191 | 3 PACKAGE="razorqt-locale-ru" |
al@15191 | 4 VERSION="0.5.2" |
al@15191 | 5 CATEGORY="misc" |
al@15191 | 6 SHORT_DESC="Russian locale for Razor-qt" |
al@15191 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@15191 | 8 LICENSE="GPL2 LGPL2.1" |
al@15191 | 9 WEB_SITE="http://razor-qt.org/" |
al@15191 | 10 WANTED="razorqt" |
al@15191 | 11 |
al@15191 | 12 LOCALE="ru" |
al@15191 | 13 |
al@15191 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@15191 | 15 genpkg_rules() |
al@15191 | 16 { |
al@15191 | 17 cd $install |
al@15191 | 18 qms=$(find . \( -name "*_$LOCALE.qm" \) -o \( -name "*_${LOCALE}_*.qm" \) | sed 's|^.||') |
al@15191 | 19 for qm in $qms; do |
al@15191 | 20 mkdir -p $(dirname $fs$qm) |
al@15191 | 21 cp -a $install$qm $fs$qm |
al@15191 | 22 done |
al@15191 | 23 } |