wok-next view tali/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 b15beafb58c2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tali"
4 VERSION="3.22.0"
5 CATEGORY="games"
6 SHORT_DESC="Beat the odds in a poker-style dice game"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Tali"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev gtk3-dev librsvg-dev intltool itstool"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install || return 1
21 fix symlinks
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="atk gdk-pixbuf glib gtk3 pango"
27 }