wok-next diff openmotif-dev/receipt @ rev 16948
Add mate-icon-theme
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Jul 25 19:00:47 2014 -0300 (2014-07-25) |
parents | 73641efed1cc |
children |
line diff
1.1 --- a/openmotif-dev/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/openmotif-dev/receipt Fri Jul 25 19:00:47 2014 -0300 1.3 @@ -5,17 +5,17 @@ 1.4 CATEGORY="non-free" 1.5 SHORT_DESC="source code version of Motif under a public license, development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="openmotif util-linux-uuid" 1.8 +LICENSE="other" 1.9 WEB_SITE="http://www.motifzone.org/" 1.10 WANTED="openmotif" 1.11 1.12 +DEPENDS="openmotif util-linux-uuid" 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/lib $fs/usr/bin 1.18 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.19 - cp -a $_pkg/usr/bin/uil $fs/usr/bin 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/*a $fs/usr/lib 1.22 + cp -a $install/usr/bin/uil $fs/usr/bin 1.23 + cp -a $install/usr/include $fs/usr 1.24 } 1.25 - 1.26 -