wok diff libev-dev/receipt @ rev 9539

Add setuptools to python-webob build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 13:48:25 2011 +0000 (2011-04-08)
parents 6c384c0e66f1
children 4767baeab250
line diff
     1.1 --- a/libev-dev/receipt	Mon Jul 26 17:19:12 2010 +0200
     1.2 +++ b/libev-dev/receipt	Fri Apr 08 13:48:25 2011 +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