wok diff xorg-libXft/receipt @ rev 3435

coreutils: Fix (hack) build
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 13 16:20:43 2009 +0200 (2009-06-13)
parents 71393a5eff0a
children 7487969239ce
line diff
     1.1 --- a/xorg-libXft/receipt	Wed Mar 11 09:35:41 2009 +0000
     1.2 +++ b/xorg-libXft/receipt	Sat Jun 13 16:20:43 2009 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXft"
     1.7 -VERSION="2.1.12"
     1.8 +VERSION="2.1.13"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="xorg expat fontconfig freetype zlib"
    1.13 +DEPENDS="xorg"
    1.14  SOURCE="libXft"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.x.org/"
    1.17 @@ -14,18 +14,18 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -    cd $src
    1.22 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.23 -    --mandir=/usr/share/man --localstatedir=/var \
    1.24 -    $CONFIGURE_ARGS &&
    1.25 -    make &&
    1.26 -    make DESTDIR=$PWD/_pkg install
    1.27 +	cd $src
    1.28 +	./configure \
    1.29 +		--prefix=/usr --sysconfdir=/etc \
    1.30 +		--mandir=/usr/share/man --localstatedir=/var \
    1.31 +		$CONFIGURE_ARGS
    1.32 +	make
    1.33 +	make DESTDIR=$PWD/_pkg install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39  	mkdir -p $fs/usr/lib
    1.40 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.41 -    strip -s $fs/usr/lib/*
    1.42 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.43  }