wok view evilvte/receipt @ rev 14269
ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 04 15:39:28 2013 +0000 (2013-04-04) |
parents | c9b183976335 |
children | 223b265f40fd |
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 WEB_SITE="http://www.calno.com/evilvte/"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="$WEB_SITE$TARBALL"
12 DEPENDS="gtk+ ncurses vte"
13 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-dev"
14 TAGS="terminal"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr &&
20 make -j1 &&
21 make DESTDIR=$install install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }