wok-6.x diff xorg-libXp/receipt @ rev 14569

Up xorg-libXp (1.0.2), xorg-libXinerama (1.1.3), xorg-libXi (1.7.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 24 12:05:11 2013 +0200 (2013-05-24)
parents 848af2e8dc82
children 9698a68fe988
line diff
     1.1 --- a/xorg-libXp/receipt	Mon May 23 17:57:45 2011 +0200
     1.2 +++ b/xorg-libXp/receipt	Fri May 24 12:05:11 2013 +0200
     1.3 @@ -2,12 +2,10 @@
     1.4  
     1.5  PACKAGE="xorg-libXp"
     1.6  SOURCE="libXp"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 -DEPENDS="xorg-libXext"
    1.13 -BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"
    1.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.x.org/"
    1.16  # This lib is missing from the current X11R7.4
    1.17 @@ -15,6 +13,9 @@
    1.18  WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/lib/$TARBALL"
    1.19  CROSS="bug: can not run test programm"
    1.20  
    1.21 +DEPENDS="xorg-libXext"
    1.22 +BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 @@ -29,6 +30,6 @@
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/lib
    1.31 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33  }
    1.34