wok-next view evilvte/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 83f5964f619e
children f48456621a9d
line source
1 # SliTaz package receipt.
3 PACKAGE="evilvte"
4 VERSION="0.5.2~pre1"
5 CATEGORY="utilities"
6 SHORT_DESC="VTE based, highly customizable terminal emulator"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.calno.com/evilvte/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-gtk2-dev"
16 compile_rules() {
17 ./configure --prefix=/usr &&
18 make -j1 &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std @ico
24 DEPENDS="gtk+ ncurses vte-gtk2"
25 TAGS="terminal"
26 }