wok view libev-dev/receipt @ rev 16572

slitaz-base-files: dont symlink /var/run, it --bind on /rn tmpfs
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 19:10:08 2014 +0200 (2014-05-02)
parents 6c3718ca17b6
children fc9203de5ff2
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"
10 HOST_ARCH="i486 arm"
12 WANTED="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 }