wok diff freetype/receipt @ rev 1725

Add mirror-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 19 10:32:58 2008 +0000 (2008-11-19)
parents 7da59b02ab60
children 3eacc9c96968
line diff
     1.1 --- a/freetype/receipt	Sat Jun 14 18:58:30 2008 +0200
     1.2 +++ b/freetype/receipt	Wed Nov 19 10:32:58 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.3.6"
     1.8 +VERSION="2.3.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Freetype font engine."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,18 +12,20 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    ./configure --sysconfdir=/etc --prefix=/usr \
    1.18 -    --mandir=/usr/share/man $CONFIGURE_ARGS
    1.19 -    make
    1.20 -    make DESTDIR=$PWD/_pkg install
    1.21 +	cd $src
    1.22 +	./configure \
    1.23 +		--sysconfdir=/etc \
    1.24 +		--prefix=/usr \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		$CONFIGURE_ARGS
    1.27 +	make
    1.28 +	make DESTDIR=$PWD/_pkg install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib
    1.35 -    cp -a $_pkg/usr/bin $fs/usr
    1.36 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.37 -    strip -s $fs/usr/lib/*.so*
    1.38 +	cp -a $_pkg/usr/bin $fs/usr
    1.39 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.40  }