wok-next view qtstyleplugins/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents dd145c435e4b
children f48456621a9d
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 gtk+"
14 BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa-dev \
15 freetype-dev fontconfig-dev sqlite3-dev libpng16-dev libjpeg-turbo-dev icu-dev \
16 glib-dev zlib-dev libxslt-python libxslt-dev gtk+-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 }