wok view qtfm/receipt @ rev 16673

Up: qtfm (5.9)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 15 22:44:15 2014 +0300 (2014-05-15)
parents 380ffe05937a
children cc46ce40bab2
line source
1 # SliTaz package receipt.
3 PACKAGE="qtfm"
4 VERSION="5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Small and lightweight file manager using QT library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://www.qtfm.org/"
11 # "official" is v.5.5, but here is newer:
12 # http://qt-apps.org/content/show.php/QtFM?content=158787
13 WGET_URL="http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip"
15 DEPENDS="libQtGui libQtNetwork libmagic"
16 BUILD_DEPENDS="cmake Qt4-dev qmake libmagic-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 lrelease $src/translations/*.ts
22 qmake && make && make INSTALL_ROOT=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 rm -f $fs/usr/share/doc
30 }