wok 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 | 3e62a2b10d0c |
children | da11ee0756b7 |
files | libevent-dev/receipt libevent/receipt |
line diff
1.1 --- a/libevent-dev/receipt Tue Mar 03 15:52:06 2020 +0100 1.2 +++ b/libevent-dev/receipt Tue Mar 03 16:10:08 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent-dev" 1.7 -VERSION="2.1.8" 1.8 +VERSION="2.1.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="An event notification library - development files." 1.11 MAINTAINER="0dddba11@googlemail.com" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://libevent.org" 1.14 1.15 +DEPENDS="libevent pkg-config" 1.16 WANTED="libevent" 1.17 -DEPENDS="libevent pkg-config" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 @@ -17,7 +18,7 @@ 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 1.26 + cp -a $install/usr/include $fs/usr 1.27 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.28 - cp -a $install/usr/include $fs/usr 1.29 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 }
2.1 --- a/libevent/receipt Tue Mar 03 15:52:06 2020 +0100 2.2 +++ b/libevent/receipt Tue Mar 03 16:10:08 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libevent" 2.7 -VERSION="2.1.8" 2.8 +VERSION="2.1.11" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="An event notification library." 2.11 MAINTAINER="0dddba11@googlemail.com" 2.12 @@ -13,6 +13,7 @@ 2.13 2.14 DEPENDS="openssl" 2.15 BUILD_DEPENDS="openssl-dev" 2.16 + 2.17 HOST_ARCH="i486 arm" 2.18 2.19 # Rules to configure and make the package.