wok view libev-dev/receipt @ rev 14803

slitaz-configs: up 5.1.5; slitaz-tools and slitaz-tools-boxes: up 5.4.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 16 20:16:33 2013 +0300 (2013-07-16)
parents 7fc0522b33cd
children 6c3718ca17b6
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 DEPENDS="libev"
9 WANTED="libev"
10 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 # /usr/include/event.h conflicts with libevent-dev
20 # https://www.opencsw.org/mantis/view.php?id=4376
21 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
22 }