wok diff xorg-libXt-dev/receipt @ rev 15135

python-werkzeug: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 10:36:33 2013 +0000 (2013-08-15)
parents f15c857e3e67
children 3af9c976b7d4
line diff
     1.1 --- a/xorg-libXt-dev/receipt	Fri May 24 11:52:29 2013 +0200
     1.2 +++ b/xorg-libXt-dev/receipt	Thu Aug 15 10:36:33 2013 +0000
     1.3 @@ -3,18 +3,23 @@
     1.4  PACKAGE="xorg-libXt-dev"
     1.5  VERSION="1.1.4"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Xorg module devel files."
     1.8 +SHORT_DESC="Development files for libXt"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -DEPENDS="xorg-libSM-dev xorg-libX11-dev util-linux-uuid-dev xorg-libXt"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="http://www.x.org/"
    1.13 +
    1.14  WANTED="xorg-libXt"
    1.15 -SOURCE="libXt"
    1.16 -WEB_SITE="http://www.x.org/"
    1.17 +DEPENDS="xorg-libXt xorg-libX11-dev xorg-libSM-dev"
    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  }