wok-next annotate rhythmcat2/receipt @ rev 19900

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