wok diff libtorrent/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents facd37b25355
children 8752c40cc534
line diff
     1.1 --- a/libtorrent/receipt	Thu Jan 08 23:16:54 2009 +0100
     1.2 +++ b/libtorrent/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent"
     1.7 -VERSION="0.12.4"
     1.8 +VERSION="0.12.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Torrent library for rtorrent"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -16,11 +16,11 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -			--prefix=/usr \
    1.17 -			--infodir=/usr/share/info \
    1.18 -			--mandir=/usr/share/man \
    1.19 -			$CONFIGURE_ARGS
    1.20 -	make
    1.21 +		--prefix=/usr \
    1.22 +		--infodir=/usr/share/info \
    1.23 +		--mandir=/usr/share/man \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26  	make DESTDIR=$PWD/_pkg install
    1.27  }
    1.28  
    1.29 @@ -29,5 +29,4 @@
    1.30  {
    1.31  	mkdir -p $fs/usr/lib
    1.32  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33 -	strip -s $fs/usr/lib/*
    1.34  }