wok diff qtfm/receipt @ rev 12806

Up linapple (2a)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 19 13:00:27 2012 +0200 (2012-05-19)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qtfm/receipt	Sat May 19 13:00:27 2012 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qtfm"
     1.7 +VERSION="5.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Small and lightweight file manager using QT library"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.qtfm.org/"
    1.13 +WGET_URL="https://1674466230121523820-a-qtfm-org-s-sites.googlegroups.com/a/qtfm.org/qtfm/$TARBALL"
    1.14 +
    1.15 +DEPENDS="xorg-libX11 libQtCore libQtGui libQtNetwork libmagic"
    1.16 +BUILD_DEPENDS="wget cmake Qt4-dev qmake libmagic-dev"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	qmake && make && make INSTALL_ROOT=$DESTDIR install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr
    1.29 +	cp -a $install/usr/bin $fs/usr/bin
    1.30 +}