wok-next view libev/receipt @ rev 20659

Up libical (3.0.1), libidn2 (2.0.4), libunistring (0.9.8), logrotate (3.11.0), mc (4.8.20), mercurial (4.5), nasm (2.13.03), newt (0.52.20), node (9.5.0), opencv (3.4.1), slitaz-tools-boxes (1028), slitaz-tools (1028), spacefm (1.0.6), tiff (4.0.9); add npapi-sdk, obex-data-server.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 09 16:46:19 2018 +0300 (2018-05-09)
parents 9e5dca6702bf
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libev"
4 VERSION="4.04"
5 CATEGORY="system-tools"
6 SHORT_DESC="A full-featured and high-performance event loop"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="BSD"
9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
14 SPLIT="libev-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install || return 1
22 # /usr/include/event.h conflicts with libevent-dev
23 # https://www.opencsw.org/mantis/view.php?id=4376
24 mv $install/usr/include/event.h $install/usr/include/ev-event.h
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libev) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }