wok-6.x annotate qupzilla-locales/receipt @ rev 16868
qupzilla: update receipt, fix wrong path for translations search (now translations works).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 13 16:25:02 2014 +0300 (2014-07-13) |
parents | a589b0635acc |
children | 1c8a8c24e47e |
rev | line source |
---|---|
claudinei@14892 | 1 # SliTaz package receipt. |
claudinei@14892 | 2 |
claudinei@14892 | 3 PACKAGE="qupzilla-locales" |
al@16868 | 4 VERSION="1.6.6" |
claudinei@14892 | 5 CATEGORY="x-window" |
al@16868 | 6 SHORT_DESC="Translations for the QupZilla browser" |
claudinei@14892 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@14894 | 8 LICENSE="GPL3" |
claudinei@14892 | 9 WEB_SITE="https://github.com/QupZilla/qupzilla" |
claudinei@14892 | 10 |
claudinei@14892 | 11 DEPENDS="qupzilla" |
claudinei@14892 | 12 WANTED="qupzilla" |
claudinei@14892 | 13 |
claudinei@14892 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@14892 | 15 genpkg_rules() |
claudinei@14892 | 16 { |
al@16868 | 17 p=usr/share/qupzilla |
al@16868 | 18 mkdir -p $fs/$p |
al@16868 | 19 cp -a $install/$p/locale $fs/$p |
claudinei@14892 | 20 } |