wok-next view miam-player/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 62dada09eb77
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="miam-player"
4 VERSION="0.8.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Open source music player"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/MBach/Miam-Player"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/MBach/Miam-Player/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="qt5-dev xorg-libX11-dev mesa-dev taglib-dev qtav-dev \
15 libsdl2-dev"
17 compile_rules() {
18 mkdir build
19 cd build
20 qmake \
21 PREFIX=/usr \
22 .. &&
23 make &&
24 make INSTALL_ROOT=$install install || return 1
26 sed -i '/Actions=/d; /TryExec=/d; /Path=/d' \
27 $install/usr/share/applications/miam-player.desktop
28 }
30 genpkg_rules() {
31 copy @std icons/ # the only 64 icon
32 DEPENDS="libatomic mesa qt5-base qt5-multimedia qt5-x11extras qtav taglib"
33 }