wok-next view rhythmcat2/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
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"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk3-dev curl-dev \
16 intltool"
18 compile_rules() {
19 cp $stuff/ru.po $src/po
21 ./configure \
22 --disable-gtk-doc-html \
23 --disable-introspection \
24 --with-native-plugins \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 copy RhythmCat2 *.so* *.PNG *.desktop *.mo
33 DEPENDS="gst0-plugins-base gtk3 libxdamage"
34 }