wok view libev-dev/receipt @ rev 11999

openssh: Gen ecdsa key if not exist
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 04 23:00:55 2012 +0100 (2012-03-04)
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 }