wok-next view qtstyleplugins/receipt @ rev 20080

fix
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 11:39:56 2017 +0200 (2017-10-25)
parents 6b9ba3a24c77
children 2809ecb8c754
line source
1 # SliTaz package receipt.
3 PACKAGE="qtstyleplugins"
4 VERSION="335dbec"
5 CATEGORY="customization"
6 SHORT_DESC="qt5 style plugins"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/qt/qtstyleplugins/"
11 WGET_URL="${WEB_SITE}archive/${TARBALL/*-}"
13 DEPENDS="qt5-base"
14 BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa17-dev \
15 freetype-dev fontconfig-dev sqlite-dev libpng-dev libjpeg-turbo-dev icu-dev \
16 glib-dev zlib-dev libxslt-python libxslt-dev"
18 compile_rules()
19 {
20 cd src ;qmake;make;make INSTALL_ROOT=$DESTDIR DESTDIR=$DESTDIR install
21 }
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }