wok-next view rage/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }