wok view qarte/receipt @ rev 16365

Up libusb (1.0.18), libusb-compat (0.1.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 14 10:35:34 2014 +0000 (2014-04-14)
parents
children e3079653b462
line source
1 # SliTaz package receipt.
3 PACKAGE="qarte"
4 VERSION="1.9.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="ARTE public programms manager"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://launchpad.net/qarte"
11 WGET_URL="http://oqapy.eu/releases/$TARBALL"
13 DEPENDS="python PyQt-x11-gpl notify-python rtmpdump"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 prefix=${install}/usr
20 install -D -m 0755 qarte $prefix/bin/qarte
21 install -D -m 0644 q_arte.desktop $prefix/share/applications/qarte.desktop
22 install -D -m 0644 qarte.png $prefix/share/pixmaps/qarte.png
23 mkdir $prefix/share/qarte
24 install -m 0644 *.py $prefix/share/qarte
25 for dir in commonwidgets crontab locale medias VWidgets
26 do
27 cp -r $dir $prefix/share/qarte
28 done
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs
35 cp -a $install/* $fs
36 }