wok-next annotate qps/receipt @ rev 20002
Up qps, avidemux, tea
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 20 23:49:15 2017 +0200 (2017-10-20) |
parents | 2ae3e1b1e442 |
children | e756329576c3 |
rev | line source |
---|---|
psychomaniak@17105 | 1 # SliTaz package receipt. |
psychomaniak@17105 | 2 |
psychomaniak@17105 | 3 PACKAGE="qps" |
psychomaniak@20000 | 4 VERSION="1.10.17" |
psychomaniak@17105 | 5 CATEGORY="system-tools" |
psychomaniak@17105 | 6 SHORT_DESC="Advanced process monitor (taskmanager)" |
psychomaniak@17105 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@17105 | 8 LICENSE="GPL2" |
psychomaniak@20000 | 9 WEB_SITE="https://github.com/QtDesktop/qps" |
psychomaniak@20000 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
psychomaniak@20000 | 11 WGET_URL="${WEB_SITE}/releases/download/$VERSION/$TARBALL" |
psychomaniak@17105 | 12 |
psychomaniak@20000 | 13 DEPENDS="qt5-base qt5-x11extras" |
psychomaniak@20001 | 14 BUILD_DEPENDS="qt5-dev xorg-dev zlib-dev cmake mesa17-dev" |
psychomaniak@17105 | 15 |
psychomaniak@17105 | 16 # Rules to configure and make the package. |
psychomaniak@17105 | 17 compile_rules() |
psychomaniak@17105 | 18 { |
psychomaniak@20000 | 19 cmake . |
psychomaniak@20000 | 20 make |
psychomaniak@20000 | 21 install -D -m 755 src/qps "$DESTDIR"/usr/bin/qps |
psychomaniak@20002 | 22 install -D -m 644 qps.1 "$DESTDIR"/usr/share/man/man1/qps.1 |
psychomaniak@20002 | 23 install -D -m 644 src/qps.desktop "$DESTDIR"/usr/share/applications/qps.desktop |
psychomaniak@20000 | 24 install -D -m 644 icon/icon.xpm "$DESTDIR"/usr/share/pixmaps/qps.xpm |
psychomaniak@17105 | 25 } |
psychomaniak@17105 | 26 |
psychomaniak@17105 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@17105 | 28 genpkg_rules() |
psychomaniak@17105 | 29 { |
psychomaniak@17105 | 30 cp -a $install/* $fs |
psychomaniak@17105 | 31 } |