wok-next view rage/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rage"
4 VERSION="0.3.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Enlightenment media center"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/apps/rage/$TARBALL"
14 BUILD_DEPENDS="meson ninja efl-dev curl-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 mkdir build
20 cd build
22 meson-wrapper .. &&
23 ninja &&
24 ninja install || return 1
26 cook_pick_docs README
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="efl"
32 TAGS="MP3 Ogg video e17 audio music"
33 }