wok view vte-terminal/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 380ffe05937a
children 86790a278e70
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 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.gnome.org/"
11 TAGS="terminal"
12 HOST_ARCH="i486 arm"
14 DEPENDS="expat vte"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 }