wok-next annotate tilda/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 0a9b2a43d493
children d5aab818505e
rev   line source
al@20658 1 # SliTaz package receipt v2.
jozee@4585 2
jozee@4585 3 PACKAGE="tilda"
al@20658 4 VERSION="1.4.1"
jozee@4585 5 CATEGORY="utilities"
jozee@4585 6 MAINTAINER="jozee@slitaz.org"
pascal@15315 7 LICENSE="GPL2"
al@20658 8 SHORT_DESC="Linux terminal based on classic terminals from first person \
al@20658 9 shooter games"
al@20658 10 WEB_SITE="https://github.com/lanoxx/tilda"
al@20658 11
al@17501 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20658 13 WGET_URL="https://github.com/lanoxx/tilda/archive/$TARBALL"
jozee@4585 14
al@21017 15 BUILD_DEPENDS="automake gettext gtk3-dev vte-dev libconfuse"
jozee@4585 16
al@20658 17 compile_rules() {
al@20658 18 ./autogen.sh \
al@20658 19 $CONFIGURE_ARGS &&
al@20658 20 make &&
al@20658 21 make install
jozee@4585 22 }
jozee@4585 23
al@20658 24 genpkg_rules() {
al@20658 25 copy @std
al@21017 26 DEPENDS="gdk-pixbuf glib gtk3 pango vte xorg-libX11"
al@20658 27 TAGS="terminal"
jozee@4585 28 }