wok diff xorg-libXmu-dev/receipt @ rev 14969
Up: firefox-langpack-it (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:20:01 2013 +0200 (2013-08-08) |
parents | fd19f13ad61d |
children | 3af9c976b7d4 |
line diff
1.1 --- a/xorg-libXmu-dev/receipt Tue Apr 24 23:26:41 2012 +0200 1.2 +++ b/xorg-libXmu-dev/receipt Thu Aug 08 22:20:01 2013 +0200 1.3 @@ -3,18 +3,23 @@ 1.4 PACKAGE="xorg-libXmu-dev" 1.5 VERSION="1.1.1" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Xorg module devel files." 1.8 +SHORT_DESC="Development files for libXmu" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 +LICENSE="other" 1.11 +WEB_SITE="http://www.x.org/" 1.12 + 1.13 +WANTED="xorg-libXmu" 1.14 DEPENDS="xorg-libXmu xorg-libXt-dev xorg-libXext-dev" 1.15 -WANTED="xorg-libXmu" 1.16 -SOURCE="libXmu" 1.17 -WEB_SITE="http://www.x.org/" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.24 + mkdir -p \ 1.25 + $fs/usr/share/licenses \ 1.26 + $fs/usr/lib 1.27 + cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 - cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.33 }