wok view vte-terminal/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents e1b829109f49
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="vte-terminal"
4 VERSION="0.28.2"
5 CATEGORY="development"
6 SHORT_DESC="X Terminal from the vte package."
7 WANTED="vte"
8 DEPENDS="expat vte"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.gnome.org/"
11 TAGS="terminal"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/bin $fs/usr
18 }