# HG changeset patch # User Christophe Lincoln # Date 1391720778 -3600 # Node ID 3081fbfaab4621be95d6e3477ad48ea9ab0178fb # Parent b86ccefd8c45438811c83ad1f913ff0553c61994 Add qart (ARTE report downlaoader) diff -r b86ccefd8c45 -r 3081fbfaab46 qarte/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qarte/receipt Thu Feb 06 22:06:18 2014 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="qarte" +VERSION="1.9.0" +CATEGORY="multimedia" +SHORT_DESC="ARTE public programms manager" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://launchpad.net/qarte" +WGET_URL="http://oqapy.eu/releases/$TARBALL" + +DEPENDS="python PyQt-x11-gpl notify-python rtmpdump" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + prefix=${install}/usr + install -D -m 0755 qarte $prefix/bin/qarte + install -D -m 0644 q_arte.desktop $prefix/share/applications/qarte.desktop + install -D -m 0644 qarte.png $prefix/share/pixmaps/qarte.png + mkdir $prefix/share/qarte + install -m 0644 *.py $prefix/share/qarte + for dir in commonwidgets crontab locale medias VWidgets + do + cp -r $dir $prefix/share/qarte + done +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $install/* $fs +}