wok view libev-dev/receipt @ rev 16152

Add: tupi (create 2D animation)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 23:53:45 2014 +0100 (2014-03-26)
parents 4767baeab250
children dd38b4c08c8d
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 WANTED="libev"
10 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
12 DEPENDS="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 }