wok diff xorg-libXdmcp-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 aee0ab9b9f75
children eb8067417980
line diff
     1.1 --- a/xorg-libXdmcp-dev/receipt	Wed Apr 25 00:02:21 2012 +0200
     1.2 +++ b/xorg-libXdmcp-dev/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -3,18 +3,18 @@
     1.4  PACKAGE="xorg-libXdmcp-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 libXdmcp"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 +WEB_SITE="http://www.x.org/"
    1.11 +
    1.12  DEPENDS="xorg-libXdmcp xorg-xproto"
    1.13  WANTED="xorg-libXdmcp"
    1.14 -SOURCE="libXdmcp"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.26  }