wok-next annotate tilda/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents d5aab818505e
children
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"
al@21020 6 MAINTAINER="devel@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@21020 15 BUILD_DEPENDS="automake gettext-dev 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@21078 26 DEPENDS="gdk-pixbuf glib gtk3 pango vte libx11"
al@20658 27 TAGS="terminal"
jozee@4585 28 }