wok view libevent-dev/receipt @ rev 24937

Up iptraf (3.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 14 08:53:05 2022 +0000 (2022-04-14)
parents bd3720b85732
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libevent-dev"
4 VERSION="2.1.12"
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 get_dev_files
20 }