wok-6.x annotate qupzilla-locales/receipt @ rev 17095
rebuild broken by "Creating all flavors"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 28 04:37:39 2014 +0200 (2014-08-28) |
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 } |