wok view qtfm/receipt @ rev 14490

Up: ophcrack (3.5.0)
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Fri May 03 14:38:26 2013 +0200 (2013-05-03)
parents
children 380ffe05937a
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.qtfm.org/"
10 WGET_URL="https://1674466230121523820-a-qtfm-org-s-sites.googlegroups.com/a/qtfm.org/qtfm/$TARBALL"
12 DEPENDS="xorg-libX11 libQtCore libQtGui libQtNetwork libmagic"
13 BUILD_DEPENDS="wget cmake Qt4-dev qmake libmagic-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 qmake && make && make INSTALL_ROOT=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr/bin
27 }