wok-next view libev-dev/receipt @ rev 20458
Unlock x86_64 architecture
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 02 12:12:14 2018 +0200 (2018-03-02) |
parents | dd38b4c08c8d |
children |
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 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
11 WANTED="libev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 # /usr/include/event.h conflicts with libevent-dev
21 # https://www.opencsw.org/mantis/view.php?id=4376
22 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
23 }