wok-6.x view libev-dev/receipt @ rev 6697
Up: inkscape (0.47 => 0.48.0)
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Wed Oct 13 13:52:26 2010 +0100 (2010-10-13) |
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 }