wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="libev-dev"
4 VERSION="3.9"
5 CATEGORY="development"
6 SHORT_DESC="libev development files"
7 MAINTAINER="mallory@sweetpeople.org"
8 WANTED="libev"
9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 # /usr/include/event.h conflicts with libevent-dev
19 # https://www.opencsw.org/mantis/view.php?id=4376
20 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
21 }