wok view qupzilla-locales/receipt @ rev 16703

Add: mplayer-opt: the same as mplayer but with enabled CPU optimizations (MMX, MMX2, SSE, SSE2 and friends).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 28 11:27:38 2014 +0300 (2014-05-28)
parents c81d28f8b5bf
children a589b0635acc
line source
1 # SliTaz package receipt.
3 PACKAGE="qupzilla-locales"
4 VERSION="v1.4.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Locales 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 mkdir -p $fs/usr/share/$WANTED
18 cp -a $install/usr/share/$WANTED/locale $fs/usr/share/$WANTED
19 }