wok view qtfm/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 3c149f6b83d8
children 82e5bf5f3efb
line source
1 # SliTaz package receipt.
3 PACKAGE="qtfm"
4 VERSION="5.4"
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.tar.gz"
10 WEB_SITE="http://www.qtfm.org/"
11 WGET_URL="https://1674466230121523820-a-qtfm-org-s-sites.googlegroups.com/a/qtfm.org/qtfm/$TARBALL"
13 DEPENDS="xorg-libX11 libQtCore libQtGui libQtNetwork libmagic"
14 BUILD_DEPENDS="wget cmake Qt4-dev qmake libmagic-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 qmake && make && make INSTALL_ROOT=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr/bin
28 }