wok view evilvte/receipt @ rev 20834

Remove pidgin-facebookchat: replaced by purple-facebook
author Richard Dunbar <mojo@slitaz.org>
date Tue Feb 19 13:18:24 2019 -0500 (2019-02-19)
parents 223b265f40fd
children ad8b9ff412d2
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/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="terminal"
14 DEPENDS="gtk+ ncurses vte"
15 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr &&
21 make -j1 &&
22 make DESTDIR=$install install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }