wok-next diff qarte/receipt @ rev 16770
Fix loop depends: 1) xorg-libXfont <-> xorg-libXfont; 2) glibmm <-> libgiomm (thanks "tazpkg check").
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 20 00:27:57 2014 +0300 (2014-06-20) |
parents | |
children | 9f9a38d220f6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qarte/receipt Fri Jun 20 00:27:57 2014 +0300 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 +}