wok rev 15881

Add qart (ARTE report downlaoader)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 06 22:06:18 2014 +0100 (2014-02-06)
parents b86ccefd8c45
children 5fcbc800c048
files qarte/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qarte/receipt	Thu Feb 06 22:06:18 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qarte"
     1.7 +VERSION="1.9.0"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="ARTE public programms manager"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="https://launchpad.net/qarte"
    1.14 +WGET_URL="http://oqapy.eu/releases/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python PyQt-x11-gpl notify-python rtmpdump"
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	prefix=${install}/usr
    1.23 +	install -D -m 0755 qarte $prefix/bin/qarte
    1.24 +	install -D -m 0644 q_arte.desktop $prefix/share/applications/qarte.desktop
    1.25 +	install -D -m 0644 qarte.png $prefix/share/pixmaps/qarte.png
    1.26 +	mkdir $prefix/share/qarte
    1.27 +	install -m 0644 *.py $prefix/share/qarte
    1.28 +	for dir in commonwidgets crontab locale medias VWidgets
    1.29 +	do
    1.30 +		cp -r $dir $prefix/share/qarte
    1.31 +	done
    1.32 +}
    1.33 +
    1.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 +genpkg_rules()
    1.36 +{
    1.37 +	mkdir -p $fs
    1.38 +	cp -a $install/* $fs
    1.39 +}