wok view libevent-dev/receipt @ rev 20709

reverted to version 0.90 of antinat and antinat-dev
author Hans-G?nter Theisgen
date Wed Feb 06 15:57:25 2019 +0100 (2019-02-06)
parents 784241c8e52c
children aadac27b6d69
line source
1 # SliTaz package receipt.
3 PACKAGE="libevent-dev"
4 VERSION="2.0.22"
5 CATEGORY="development"
6 SHORT_DESC="An event notification library."
7 MAINTAINER="0dddba11@googlemail.com"
8 LICENSE="BSD"
9 WANTED="libevent"
10 WEB_SITE="http://libevent.org"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libevent pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }