wok-next view libev-dev/receipt @ rev 7957
Up: mlt-python-bindings to 0.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 15 17:23:12 2011 +0000 (2011-01-15) |
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 }