wok view libev-dev/receipt @ rev 23700

updated tintin++ (2.01.91 -> 2.02.02)
author Hans-G?nter Theisgen
date Tue Apr 28 08:45:18 2020 +0100 (2020-04-28)
parents e7c3016b3a7d
children af2087495a35
line source
1 # SliTaz package receipt.
3 PACKAGE="libev-dev"
4 VERSION="4.31"
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"
11 DEPENDS="libev pkg-config"
12 WANTED="libev"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 # /usr/include/event.h conflicts with libevent-dev
25 # https://www.opencsw.org/mantis/view.php?id=4376
26 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
27 }