wok view qupzilla-locales/receipt @ rev 18058
Add py3k3: Python 3.3.x - py3k is 3.2.x
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat May 16 14:55:13 2015 +0000 (2015-05-16) |
parents | 2a82cbb69003 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="qupzilla-locales"
4 VERSION="1.8.5"
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 }