wok-current view qupzilla-locales/receipt @ rev 17222

Up: menu-cache (1.0.0-rc1), lxqt-panel (0.8.0), pcmanfm-qt (0.8.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 14 20:07:21 2014 +0300 (2014-10-14)
parents 80172181e4ff
children a119d001bdf6
line source
1 # SliTaz package receipt.
3 PACKAGE="qupzilla-locales"
4 VERSION="1.8.1"
5 CATEGORY="localization"
6 SHORT_DESC="Translations for the QupZilla browser"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://qupzilla.com"
11 DEPENDS="qupzilla"
12 WANTED="qupzilla"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 p=usr/share/qupzilla
18 mkdir -p $fs/$p
19 cp -a $install/$p/locale $fs/$p
20 }