wok-next view lxqt-l10n/receipt @ rev 20204

libjreen: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 22:50:48 2017 +0100 (2017-11-03)
parents
children d394530f7404
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxqt-l10n"
4 VERSION="0.11.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Translations of LXQt"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-l10n"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-l10n.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://github.com/lxde/lxqt-l10n/releases/download/$VERSION/$TARBALL"
15 BUILD_DEPENDS="cmake qt5-dev lxqt-build-tools"
17 compile_rules() {
18 mkdir build; cd build
19 cmake \
20 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 .. &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS=""
30 TAGS="LXQt"
31 }