wok diff xorg-libXcursor-dev/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 7f1586d1134b
children 3af9c976b7d4
line diff
     1.1 --- a/xorg-libXcursor-dev/receipt	Sat Jun 01 15:31:43 2013 +0200
     1.2 +++ b/xorg-libXcursor-dev/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="xorg-libXcursor-dev"
     1.7  VERSION="1.1.14"
     1.8  CATEGORY="development"
     1.9  SHORT_DESC="Development files for libXcursor"
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11 -WANTED="xorg-libXcursor"
    1.12 -SOURCE="libXcursor"
    1.13 +LICENSE="other"
    1.14  WEB_SITE="http://www.x.org/"
    1.15  
    1.16 -DEPENDS="xorg-libXcursor xorg-xproto xorg-libX11-dev xorg-libXrender-dev \
    1.17 -xorg-libXfixes-dev"
    1.18 +WANTED="xorg-libXcursor"
    1.19 +DEPENDS="xorg-libXcursor xorg-libXrender-dev xorg-libXfixes-dev"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib
    1.25 +	mkdir -p \
    1.26 +		$fs/usr/share/licenses \
    1.27 +		$fs/usr/lib
    1.28 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.29  
    1.30 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.31 +	cp -a $install/usr/include $fs/usr
    1.32  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.33 -	cp -a $install/usr/include $fs/usr
    1.34 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.35  }