wok-next view tilda/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="tilda"
4 VERSION="1.4.1"
5 CATEGORY="utilities"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="Linux terminal based on classic terminals from first person \
9 shooter games"
10 WEB_SITE="https://github.com/lanoxx/tilda"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/lanoxx/tilda/archive/$TARBALL"
15 BUILD_DEPENDS="automake gettext-dev gtk3-dev vte-dev libconfuse"
17 compile_rules() {
18 ./autogen.sh \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gdk-pixbuf glib gtk3 pango vte libx11"
27 TAGS="terminal"
28 }