wok-next annotate 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
rev   line source
pankso@12275 1 # SliTaz package receipt.
pankso@12275 2
pankso@12275 3 PACKAGE="qtfm"
al@21020 4 VERSION="6.1.3"
pankso@12275 5 CATEGORY="x-window"
pankso@12275 6 SHORT_DESC="Small and lightweight file manager using QT library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://qtfm.eu/"
al@21020 10
al@21020 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="https://github.com/rodlie/qtfm/archive/$VERSION.tar.gz"
pankso@12275 13
al@16673 14 DEPENDS="libQtGui libQtNetwork libmagic"
al@16673 15 BUILD_DEPENDS="cmake Qt4-dev qmake libmagic-dev"
pankso@12275 16
al@21020 17 compile_rules() {
al@16673 18 lrelease $src/translations/*.ts
al@21020 19 qmake &&
al@21020 20 make &&
al@21020 21 make INSTALL_ROOT=$install install
pankso@12275 22 }
pankso@12275 23
al@21020 24 genpkg_rules() {
al@16673 25 cp -a $install/* $fs
al@16675 26 rm -rf $fs/usr/share/doc
pankso@12275 27 }