wok-next view miro/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents af2860af5ac8
children a244e109372e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="miro"
4 VERSION="6.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="The free and open source internet TV platform"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.getmiro.com"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL"
14 BUILD_DEPENDS="python-pyrex python-pysqlite pywebkitgtk desktop-file-utils \
15 hicolor-icon-theme notify-python gst0-ffmpeg pycurl python-gconf python-dev \
16 dbus-python-dev pygtk-dev gstreamer0-dev shared-mime-info-dev gst0-python-dev \
17 libtorrent-rasterbar-dev libsoup-dev webkitgtk-dev gst0-plugins-base-dev \
18 gst0-plugins-good ffmpeg-dev imagemagick-dev taglib-dev libboost-dev"
20 compile_rules() {
21 cd $src/linux
22 python setup.py install --root=$DESTDIR
23 sed -i "s|./miro.real|/usr/bin/miro.real|g" $DESTDIR/usr/bin/miro
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="dbus-python python-pyrex pygtk gstreamer0 python-pysqlite \
29 pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme \
30 gst0-python notify-python libtorrent-rasterbar gst0-plugins-base \
31 gst0-plugins-good gst0-ffmpeg pycurl taglib python-gconf"
32 }