wok-next annotate qlipper/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).
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 | e756329576c3 |
children | 5669e8b3be70 |
rev | line source |
---|---|
al@20018 | 1 # SliTaz package receipt v2. |
psychomaniak@17122 | 2 |
psychomaniak@17122 | 3 PACKAGE="qlipper" |
al@20018 | 4 VERSION="5.0.0" |
psychomaniak@17122 | 5 CATEGORY="utilities" |
al@20018 | 6 SHORT_DESC="Clipboard history tool" |
psychomaniak@17122 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@17122 | 8 LICENSE="GPL2" |
al@20018 | 9 WEB_SITE="https://github.com/pvanek/qlipper" |
psychomaniak@17122 | 10 |
al@20018 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20018 | 12 WGET_URL="https://github.com/pvanek/qlipper/archive/$VERSION.tar.gz" |
psychomaniak@17122 | 13 |
al@20502 | 14 BUILD_DEPENDS="cmake qt5-dev mesa-dev" |
al@20018 | 15 |
al@20018 | 16 compile_rules() { |
al@20018 | 17 mkdir build; cd build |
psychomaniak@17122 | 18 cmake \ |
al@20018 | 19 -DCMAKE_BUILD_TYPE=Release \ |
al@20018 | 20 -DCMAKE_INSTALL_PREFIX=/usr \ |
al@20018 | 21 .. && |
al@20018 | 22 make && |
al@20018 | 23 make install |
psychomaniak@17122 | 24 } |
psychomaniak@17122 | 25 |
al@20018 | 26 genpkg_rules() { |
al@20018 | 27 copy @std |
al@20018 | 28 DEPENDS="qt5-base xorg-libX11" |
psychomaniak@17122 | 29 } |