wok view libevent-dev/receipt @ rev 23027

updated libevent and libevent-dev (2.1.8 -> 2.1.11)
author Hans-G?nter Theisgen
date Tue Mar 03 16:10:08 2020 +0100 (2020-03-03)
parents aadac27b6d69
children 2c34d52f1eca
line source
1 # SliTaz package receipt.
3 PACKAGE="libevent-dev"
4 VERSION="2.1.11"
5 CATEGORY="development"
6 SHORT_DESC="An event notification library - development files."
7 MAINTAINER="0dddba11@googlemail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://libevent.org"
11 DEPENDS="libevent pkg-config"
12 WANTED="libevent"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 }