wok-6.x diff libevent/receipt @ rev 21188
created recipe for libcdio-paranoia-dev
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 03 15:52:57 2019 +0100 (2019-04-03) |
parents | 83f6188ff83e |
children | bd3720b85732 |
line diff
1.1 --- a/libevent/receipt Sat Mar 14 21:45:49 2015 +0000 1.2 +++ b/libevent/receipt Wed Apr 03 15:52:57 2019 +0100 1.3 @@ -1,31 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent" 1.7 -VERSION="2.0.22" 1.8 +VERSION="2.1.8" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="An event notification library." 1.11 MAINTAINER="0dddba11@googlemail.com" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://libevent.org" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION-stable.tar.gz" 1.16 -WEB_SITE="http://libevent.org" 1.17 -WGET_URL="http://downloads.sourceforge.net/levent/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/release-$VERSION-stable/$TARBALL" 1.20 1.21 DEPENDS="openssl" 1.22 -BUILD_DEPENDS="openssl-dev wget" 1.23 +BUILD_DEPENDS="openssl-dev" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 ./configure \ 1.30 $CONFIGURE_ARGS && 1.31 - make && make install 1.32 + make -j 1 && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr/lib 1.40 - cp -a $install/usr/bin $fs/usr 1.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.42 + 1.43 + cp -a $install/usr/bin $fs/usr 1.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.45 }