wok annotate qtfm/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents cc46ce40bab2
children 7c0170dd3ecc
rev   line source
pankso@12275 1 # SliTaz package receipt.
pankso@12275 2
pankso@12275 3 PACKAGE="qtfm"
al@16673 4 VERSION="5.9"
pankso@12275 5 CATEGORY="x-window"
pankso@12275 6 SHORT_DESC="Small and lightweight file manager using QT library"
pankso@12275 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@16673 9 TARBALL="$PACKAGE-$VERSION.zip"
pascal@20679 10 WEB_SITE="https://qtfm.eu/"
al@16673 11 # "official" is v.5.5, but here is newer:
al@16673 12 # http://qt-apps.org/content/show.php/QtFM?content=158787
al@16673 13 WGET_URL="http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip"
pankso@12275 14
al@16673 15 DEPENDS="libQtGui libQtNetwork libmagic"
al@16673 16 BUILD_DEPENDS="cmake Qt4-dev qmake libmagic-dev"
pankso@12275 17
pankso@12275 18 # Rules to configure and make the package.
pankso@12275 19 compile_rules()
pankso@12275 20 {
al@16673 21 lrelease $src/translations/*.ts
pankso@12275 22 qmake && make && make INSTALL_ROOT=$DESTDIR install
pankso@12275 23 }
pankso@12275 24
pankso@12275 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12275 26 genpkg_rules()
pankso@12275 27 {
al@16673 28 cp -a $install/* $fs
al@16675 29 rm -rf $fs/usr/share/doc
pankso@12275 30 }