wok-next view tilda/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
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 }