wok diff xorg-libXaw-dev/receipt @ rev 15424

Up: thunderbird-langpack-pt_BR (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:49 2013 +0100 (2013-11-03)
parents acc4fd73960f
children 3af9c976b7d4
line diff
     1.1 --- a/xorg-libXaw-dev/receipt	Tue Apr 24 23:28:40 2012 +0200
     1.2 +++ b/xorg-libXaw-dev/receipt	Sun Nov 03 21:52:49 2013 +0100
     1.3 @@ -1,21 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXaw-dev"
     1.7 -VERSION="1.0.10"
     1.8 +VERSION="1.0.11"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg module devel files."
    1.11 +SHORT_DESC="Development files for libXaw"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +LICENSE="other"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +
    1.16 +WANTED="xorg-libXaw"
    1.17  DEPENDS="xorg-libXaw xorg-libXmu-dev xorg-libXpm-dev"
    1.18 -WANTED="xorg-libXaw"
    1.19 -SOURCE="libXaw"
    1.20 -WEB_SITE="http://www.x.org/"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 +	mkdir -p \
    1.27 +		$fs/usr/share/licenses \
    1.28 +		$fs/usr/lib
    1.29 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.30  
    1.31 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.32 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/include $fs/usr
    1.34 +	cp -a $install/usr/include $fs/usr
    1.35 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.37  }