wok view libevent-dev/receipt @ rev 23117

updated libusb and libusb-dev (1.0.22 -> 1.0.23)
author Hans-G?nter Theisgen
date Thu Mar 12 17:06:21 2020 +0100 (2020-03-12)
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 }