wok-6.x annotate qupzilla-locales/receipt @ rev 17172
Up firefox-official (32.0.3) CVE-2014-1568
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 25 15:28:17 2014 +0200 (2014-09-25) |
parents | 1c8a8c24e47e |
children | 2a82cbb69003 |
rev | line source |
---|---|
claudinei@14892 | 1 # SliTaz package receipt. |
claudinei@14892 | 2 |
claudinei@14892 | 3 PACKAGE="qupzilla-locales" |
psychomaniak@17093 | 4 VERSION="1.6.99" |
psychomaniak@17093 | 5 CATEGORY="localization" |
al@16868 | 6 SHORT_DESC="Translations for the QupZilla browser" |
claudinei@14892 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@14894 | 8 LICENSE="GPL3" |
psychomaniak@17095 | 9 WEB_SITE="http://qupzilla.com" |
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 } |