wok diff xorg-libXcomposite/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents c076bbecac3e
children 9be2dfe2fe72
line diff
     1.1 --- a/xorg-libXcomposite/receipt	Sat May 21 00:16:00 2011 +0000
     1.2 +++ b/xorg-libXcomposite/receipt	Tue Feb 18 17:43:11 2014 +0100
     1.3 @@ -1,31 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXcomposite"
     1.7 -VERSION="0.4.3"
     1.8 +VERSION="0.4.4"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg composite extension."
    1.11 +SHORT_DESC="X Composite Extension Library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +LICENSE="other"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15  SOURCE="libXcomposite"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -DEPENDS="xorg-libXfixes xorg-libXext"
    1.18 -BUILD_DEPENDS="xorg-libXfixes-dev xorg-libXext-dev xorg-compositeproto"
    1.19 -WEB_SITE="http://www.x.org/"
    1.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.21  
    1.22 +DEPENDS="xorg-libX11"
    1.23 +BUILD_DEPENDS="xorg-compositeproto xorg-libXfixes-dev"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -    cd $src
    1.29 -    ./configure --sysconfdir=/etc \
    1.30 -    --localstatedir=/var \
    1.31 -    $CONFIGURE_ARGS &&
    1.32 -    make &&
    1.33 -    make install
    1.34 +	./configure \
    1.35 +		--sysconfdir=/etc \
    1.36 +		--localstatedir=/var \
    1.37 +		--disable-static \
    1.38 +		$CONFIGURE_ARGS &&
    1.39 +	make &&
    1.40 +	make install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46  	mkdir -p $fs/usr/lib
    1.47 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.48 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.49  }