wok-next view rhythmcat2/receipt @ rev 19905

atril, directfb, libglu-mesa, libglw-mesa, waterline-plugin-multiload : update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 12 19:04:50 2017 +0200 (2017-10-12)
parents 795baf180500
children 10df65db91ad
line source
1 # SliTaz package receipt.
3 PACKAGE="rhythmcat2"
4 VERSION="1.9.5"
5 COMMIT="cca12d7"
6 CATEGORY="multimedia"
7 SHORT_DESC="RhythmCat2 music player"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/supercatexpert/RhythmCat2"
11 TARBALL="$PACKAGE-$COMMIT.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
14 DEPENDS="gst0-plugins-base gtk+3 xorg-libXdamage"
15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk+3-dev curl-dev \
16 intltool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 patch -p1 -i $stuff/rhythmcat2.patch
22 cp $stuff/ru.po $src/po
24 ./configure \
25 --disable-gtk-doc-html \
26 --disable-introspection \
27 --with-native-plugins \
28 $CONFIGURE_ARGS &&
29 make && make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 copy RhythmCat2 *.so* *.PNG *.desktop *.mo
36 }