wok-next annotate rhythmcat2/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents f48456621a9d
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
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@20604 11
al@19535 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@19535 13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
al@19535 14
al@21017 15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk3-dev curl-dev \
pascal@19869 16 intltool"
al@19535 17
al@20604 18 compile_rules() {
al@19535 19 cp $stuff/ru.po $src/po
al@19535 20
al@19535 21 ./configure \
al@19535 22 --disable-gtk-doc-html \
al@19535 23 --disable-introspection \
al@19535 24 --with-native-plugins \
al@19535 25 $CONFIGURE_ARGS &&
al@20604 26 fix libtool &&
al@20604 27 make &&
al@20604 28 make install
al@19535 29 }
al@19535 30
al@20604 31 genpkg_rules() {
al@19783 32 copy RhythmCat2 *.so* *.PNG *.desktop *.mo
al@21078 33 DEPENDS="gst0-plugins-base gtk3 libxdamage"
al@19535 34 }