wok-next view evilvte/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7e6db3d3e591
children
line source
1 # SliTaz package receipt v2.
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="gtk2-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="gtk2 ncurses vte-gtk2"
25 TAGS="terminal"
26 }