wok-next diff spivak/receipt @ rev 20430
fake-sane: fix copy-paste typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:29:11 2018 +0200 (2018-01-24) |
parents | |
children | c0521c689857 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/spivak/receipt Wed Jan 24 13:29:11 2018 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="spivak" 1.7 +VERSION="1.1" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Free and feature-rich karaoke player" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://github.com/gyunaev/spivak" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/gyunaev/spivak/archive/$VERSION.tar.gz" 1.16 + 1.17 +BUILD_DEPENDS="qt5-dev cld2-dev sqlite3-dev libzip-dev uchardet-dev \ 1.18 +gstreamer1-dev gst1-plugins-base-dev" 1.19 + 1.20 +compile_rules() { 1.21 + qmake && 1.22 + make || return 1 1.23 + 1.24 + install -Dm0755 src/spivak \ 1.25 + $install/usr/bin/spivak 1.26 + install -Dm0755 plugins/languagedetector/plugin_langdetect.so \ 1.27 + $install/usr/lib/spivak/plugins/plugin_langdetect.so 1.28 + install -Dm0644 packaging/icon.png \ 1.29 + $install/usr/share/icons/hicolor/64x64/apps/spivak.png 1.30 + install -Dm0644 packaging/spivak.desktop \ 1.31 + $install/usr/share/applications/spivak.desktop 1.32 +} 1.33 + 1.34 +genpkg_rules() { 1.35 + copy @std icons/ 1.36 + DEPENDS="bzlib cld2 glib gst1-plugins-base gstreamer1 libatomic libsqlite3 \ 1.37 + libzip mesa17 qt5-base uchardet zlib" 1.38 +}