wok annotate qtfm/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents 82e5bf5f3efb
children 6135577f4d08
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"
pankso@12275 10 WEB_SITE="http://www.qtfm.org/"
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 }