wok-next diff qtfm/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents cc46ce40bab2
children
line diff
     1.1 --- a/qtfm/receipt	Fri May 16 00:02:54 2014 +0300
     1.2 +++ b/qtfm/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,30 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="qtfm"
     1.7 -VERSION="5.9"
     1.8 +VERSION="6.1.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Small and lightweight file manager using QT library"
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.zip"
    1.15 -WEB_SITE="http://www.qtfm.org/"
    1.16 -# "official" is v.5.5, but here is newer:
    1.17 -# http://qt-apps.org/content/show.php/QtFM?content=158787
    1.18 -WGET_URL="http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip"
    1.19 +WEB_SITE="https://qtfm.eu/"
    1.20 +
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="https://github.com/rodlie/qtfm/archive/$VERSION.tar.gz"
    1.23  
    1.24  DEPENDS="libQtGui libQtNetwork libmagic"
    1.25  BUILD_DEPENDS="cmake Qt4-dev qmake libmagic-dev"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 +compile_rules() {
    1.31  	lrelease $src/translations/*.ts
    1.32 -	qmake && make && make INSTALL_ROOT=$DESTDIR install
    1.33 +	qmake &&
    1.34 +	make &&
    1.35 +	make INSTALL_ROOT=$install install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 +genpkg_rules() {
    1.42  	cp -a $install/* $fs
    1.43  	rm -rf $fs/usr/share/doc
    1.44  }