wok rev 21175
updated libevent and libevent-dev (2.0.22 -> 2.1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 17:12:11 2019 +0100 (2019-04-01) |
parents | e7c3016b3a7d |
children | e24f9f369562 |
files | libevent-dev/receipt libevent/receipt |
line diff
1.1 --- a/libevent-dev/receipt Mon Apr 01 16:56:17 2019 +0100 1.2 +++ b/libevent-dev/receipt Mon Apr 01 17:12:11 2019 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent-dev" 1.7 -VERSION="2.0.22" 1.8 +VERSION="2.1.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="An event notification library." 1.11 +SHORT_DESC="An event notification library - development files." 1.12 MAINTAINER="0dddba11@googlemail.com" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://libevent.org" 1.15 + 1.16 WANTED="libevent" 1.17 -WEB_SITE="http://libevent.org" 1.18 +DEPENDS="libevent pkg-config" 1.19 HOST_ARCH="i486 arm" 1.20 1.21 -DEPENDS="libevent pkg-config" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib 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 + 1.31 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 + cp -a $install/usr/include $fs/usr 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 }
2.1 --- a/libevent/receipt Mon Apr 01 16:56:17 2019 +0100 2.2 +++ b/libevent/receipt Mon Apr 01 17:12:11 2019 +0100 2.3 @@ -1,31 +1,34 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libevent" 2.7 -VERSION="2.0.22" 2.8 +VERSION="2.1.8" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="An event notification library." 2.11 MAINTAINER="0dddba11@googlemail.com" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="https://libevent.org" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION-stable.tar.gz" 2.16 -WEB_SITE="http://libevent.org" 2.17 -WGET_URL="http://downloads.sourceforge.net/levent/$TARBALL" 2.18 -HOST_ARCH="i486 arm" 2.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/release-$VERSION-stable/$TARBALL" 2.20 2.21 DEPENDS="openssl" 2.22 -BUILD_DEPENDS="openssl-dev wget" 2.23 +BUILD_DEPENDS="openssl-dev" 2.24 +HOST_ARCH="i486 arm" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 ./configure \ 2.30 $CONFIGURE_ARGS && 2.31 - make && make install 2.32 + make -j 1 && 2.33 + make install 2.34 } 2.35 2.36 # Rules to gen a SliTaz package suitable for Tazpkg. 2.37 genpkg_rules() 2.38 { 2.39 mkdir -p $fs/usr/lib 2.40 - cp -a $install/usr/bin $fs/usr 2.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.42 + 2.43 + cp -a $install/usr/bin $fs/usr 2.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.45 }