wok-next view vte-terminal/receipt @ rev 11042
Add pciids. This is so pciutils doesn't have to download anything.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:54:18 2011 +0000 (2011-10-16) |
parents | f6264d81e17a |
children | cbebb3eed7c2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="vte-terminal"
4 VERSION="0.28.0"
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/share/locale
17 cp -a $_pkg/usr/bin $fs/usr
18 for i in $LOCALE
19 do
20 cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale
21 done
22 }