wok rev 6355

Up: libev, libev-dev to 3.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 20 22:33:28 2010 +0000 (2010-09-20)
parents 9e8a661f0cfd
children b75f20fcc427
files libev-dev/receipt libev/receipt
line diff
     1.1 --- a/libev-dev/receipt	Mon Sep 20 22:30:07 2010 +0000
     1.2 +++ b/libev-dev/receipt	Mon Sep 20 22:33:28 2010 +0000
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libev-dev"
     1.7 -VERSION="3.53"
     1.8 +VERSION="3.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="libev development files"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  WANTED="libev"
    1.13  WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    1.14  
    1.15 -
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20  	cp -a $_pkg/usr/include $fs/usr
    1.21  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	#cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24  	# /usr/include/event.h conflicts with libevent-dev
    1.25  	# https://www.opencsw.org/mantis/view.php?id=4376
    1.26  	mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
     2.1 --- a/libev/receipt	Mon Sep 20 22:30:07 2010 +0000
     2.2 +++ b/libev/receipt	Mon Sep 20 22:33:28 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libev"
     2.7 -VERSION="3.53"
     2.8 +VERSION="3.9"
     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"