wok-next view tilda/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 0a9b2a43d493
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tilda"
4 VERSION="1.4.1"
5 CATEGORY="utilities"
6 MAINTAINER="jozee@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 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 xorg-libX11"
27 TAGS="terminal"
28 }