wok-current diff util-linux-cramfs/receipt @ rev 15080
libmatchbox: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 17:56:32 2013 +0000 (2013-08-13) |
parents | d35ad056f90e |
children | f4c22f009037 |
line diff
1.1 --- a/util-linux-cramfs/receipt Mon Apr 23 16:19:05 2012 +0200 1.2 +++ b/util-linux-cramfs/receipt Tue Aug 13 17:56:32 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The cramfs utilities from Util linux NG." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="zlib" 1.8 +LICENCE="GPL2" 1.9 WANTED="util-linux" 1.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.11 1.12 +DEPENDS="zlib" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/sbin 1.18 - cp -a $_pkg/sbin/*cramfs $fs/sbin 1.19 + cp -a $install/sbin/*cramfs $fs/sbin 1.20 }