wok-6.x diff rhythmcat2/receipt @ rev 20316
linux: enable tcp_stealth
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 18 22:33:04 2018 +0200 (2018-05-18) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rhythmcat2/receipt Fri May 18 22:33:04 2018 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="rhythmcat2" 1.7 +VERSION="1.9.5" 1.8 +COMMIT="cca12d7" 1.9 +CATEGORY="multimedia" 1.10 +SHORT_DESC="RhythmCat2 music player" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="https://github.com/supercatexpert/RhythmCat2" 1.14 +TARBALL="$PACKAGE-$COMMIT.tar.gz" 1.15 +WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" 1.16 + 1.17 +DEPENDS="gst-plugins-base gtk+3 xorg-libXdamage" 1.18 +BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev gtk+3-dev curl-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + patch -p1 -i $stuff/rhythmcat2.patch 1.24 + cp $stuff/ru.po $src/po 1.25 + 1.26 + ./configure \ 1.27 + --disable-gtk-doc-html \ 1.28 + --disable-introspection \ 1.29 + --with-native-plugins \ 1.30 + $CONFIGURE_ARGS && 1.31 + make && make install 1.32 +} 1.33 + 1.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 +genpkg_rules() 1.36 +{ 1.37 + cook_copy_files RhythmCat2 *.so* *.PNG *.desktop *.mo 1.38 +}