wok diff vte-terminal/receipt @ rev 15925
linux: add ata orphans
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 19 12:47:39 2014 +0000 (2014-02-19) |
parents | cbebb3eed7c2 |
children | 2676fa7f0f93 |
line diff
1.1 --- a/vte-terminal/receipt Wed Oct 26 21:20:51 2011 +0000 1.2 +++ b/vte-terminal/receipt Wed Feb 19 12:47:39 2014 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="X Terminal from the vte package." 1.6 WANTED="vte" 1.7 -DEPENDS="expat vte" 1.8 MAINTAINER="pankso@slitaz.org" 1.9 +LICENSE="GPL2" 1.10 WEB_SITE="http://www.gnome.org/" 1.11 TAGS="terminal" 1.12 1.13 +DEPENDS="expat vte" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 + cp -a $install/usr/bin $fs/usr 1.21 }