wok diff libtool/receipt @ rev 4804

Fix: fix CATEGORY networking --> network
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 17 22:17:58 2010 +0100 (2010-01-17)
parents cf22fee17710
children 23ef57fd672c
line diff
     1.1 --- a/libtool/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/libtool/receipt	Sun Jan 17 22:17:58 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtool"
     1.7 -VERSION="1.5.24"
     1.8 +VERSION="2.2.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Portable Library Tool."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,8 +13,11 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 +	./configure \
    1.19 +		--prefix=/usr \
    1.20 +		--infodir=/usr/share/info \
    1.21 +		--mandir=/usr/share/man \
    1.22 +		$CONFIGURE_ARGS
    1.23  	make
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26 @@ -28,6 +31,4 @@
    1.27  	cp -a $_pkg/usr/include $fs/usr
    1.28  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.29  	cp -a $_pkg/usr/share/libtool $fs/usr/share
    1.30 -	strip -s $fs/usr/bin/*
    1.31 -	strip -s $fs/usr/lib/*.so*
    1.32  }