wok-next view tilda/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 57b29da0fd99
children f48456621a9d
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 gtk+3-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 gtk+3 pango vte xorg-libX11"
27 TAGS="terminal"
28 }