wok view qupzilla-locales/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents a589b0635acc
children 1c8a8c24e47e
line source
1 # SliTaz package receipt.
3 PACKAGE="qupzilla-locales"
4 VERSION="1.6.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Translations for the QupZilla browser"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/QupZilla/qupzilla"
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 }