# HG changeset patch # User Christopher Rogers # Date 1305936960 0 # Node ID c076bbecac3eece141df4530f8087a64372c864e # Parent 2696382c228ee1070ec4d6ef6c0deab96f6579b3 Up: xorg-libXcomposite to 0.4.3. diff -r 2696382c228e -r c076bbecac3e xorg-libXcomposite-dev/receipt --- a/xorg-libXcomposite-dev/receipt Sat May 21 00:09:25 2011 +0000 +++ b/xorg-libXcomposite-dev/receipt Sat May 21 00:16:00 2011 +0000 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXcomposite-dev" -VERSION="0.4.2" +VERSION="0.4.3" CATEGORY="development" SHORT_DESC="Xorg composite module devel files." MAINTAINER="pankso@slitaz.org" diff -r 2696382c228e -r c076bbecac3e xorg-libXcomposite/receipt --- a/xorg-libXcomposite/receipt Sat May 21 00:09:25 2011 +0000 +++ b/xorg-libXcomposite/receipt Sat May 21 00:16:00 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXcomposite" -VERSION="0.4.2" +VERSION="0.4.3" CATEGORY="x-window" SHORT_DESC="Xorg composite extension." MAINTAINER="pankso@slitaz.org" @@ -16,16 +16,16 @@ compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --localstatedir=/var \ + ./configure --sysconfdir=/etc \ + --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }