wok diff util-linux-setterm/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents d35ad056f90e
children f4c22f009037
line diff
     1.1 --- a/util-linux-setterm/receipt	Mon Apr 23 16:19:05 2012 +0200
     1.2 +++ b/util-linux-setterm/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="The setterm utility from Util linux NG."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 +LICENCE="GPL2"
     1.9  WANTED="util-linux"
    1.10  WEB_SITE="http://kernel.org/~kzak/util-linux/"
    1.11  
    1.12 +DEPENDS="glibc-base"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/bin
    1.18 -	cp -a $_pkg/usr/bin/setterm  $fs/usr/bin
    1.19 +	cp -a $install/usr/bin/setterm  $fs/usr/bin
    1.20  }
    1.21