wok view libev-dev/receipt @ rev 18737

webalizer: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 21 23:42:26 2015 +0100 (2015-12-21)
parents 6c3718ca17b6
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libev-dev"
4 VERSION="4.04"
5 CATEGORY="development"
6 SHORT_DESC="libev development files"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="BSD"
9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
10 HOST_ARCH="i486 arm"
12 WANTED="libev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 # /usr/include/event.h conflicts with libevent-dev
22 # https://www.opencsw.org/mantis/view.php?id=4376
23 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
24 }