wok rev 10206

Up: libev to 4.04.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:15:27 2011 +0000 (2011-05-20)
parents f299203cbad6
children fe2ba4f1bdde
files libev-dev/receipt libev/receipt
line diff
     1.1 --- a/libev-dev/receipt	Fri May 20 23:12:16 2011 +0000
     1.2 +++ b/libev-dev/receipt	Fri May 20 23:15:27 2011 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libev-dev"
     1.7 -VERSION="3.9"
     1.8 +VERSION="4.04"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="libev development files"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12 +DEPENDS="libev"
    1.13  WANTED="libev"
    1.14  WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    1.15  
     2.1 --- a/libev/receipt	Fri May 20 23:12:16 2011 +0000
     2.2 +++ b/libev/receipt	Fri May 20 23:15:27 2011 +0000
     2.3 @@ -1,11 +1,10 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libev"
     2.7 -VERSION="3.9"
     2.8 +VERSION="4.04"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs."
    2.11  MAINTAINER="mallory@sweetpeople.org"
    2.12 -DEPENDS=""
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    2.15  WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
    2.16 @@ -14,18 +13,14 @@
    2.17  compile_rules()
    2.18  {
    2.19  	cd $src
    2.20 -	./configure \
    2.21 -		--prefix=/usr \
    2.22 -		--infodir=/usr/share/info \
    2.23 -		--mandir=/usr/share/man \
    2.24 -		$CONFIGURE_ARGS &&
    2.25 -	make && make DESTDIR=$PWD/_pkg install
    2.26 +	./configure $CONFIGURE_ARGS &&
    2.27 +	make && make install
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.31  genpkg_rules()
    2.32  {
    2.33 -    mkdir -p $fs/usr/lib 
    2.34 +	mkdir -p $fs/usr/lib 
    2.35  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.36  }
    2.37