wok-next view qiviewer/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qiviewer"
4 VERSION="0.5.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Light and fast QT based images viewer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/samkpo/qiviewer"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://qiviewer.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="cmake Qt4-dev qmake xorg-dev"
16 compile_rules() {
17 cd $src/src
18 qmake &&
19 make &&
20 make INSTALL_ROOT=$install install &&
21 sed -i s'/Name=qiviewer/Name=Qiviewer/' $install/usr/share/applications/*
22 }
24 genpkg_rules() {
25 mkdir -p $fs/usr/share/applications
26 cp -a $install/usr/bin $fs/usr
27 DEPENDS="libx11 libQtCore libQtGui"
28 }