wok rev 8473
Up: libevent to 2.0.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 07 17:49:31 2011 +0000 (2011-02-07) |
parents | 32bbe656f4ef |
children | 28a14995a67e |
files | libevent-dev/receipt libevent/receipt |
line diff
1.1 --- a/libevent-dev/receipt Mon Feb 07 17:19:51 2011 +0000 1.2 +++ b/libevent-dev/receipt Mon Feb 07 17:49:31 2011 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent-dev" 1.7 -VERSION="1.4.14b" 1.8 +VERSION="2.0.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="An event notification library." 1.11 MAINTAINER="0dddba11@googlemail.com" 1.12 +DEPENDS="libevent" 1.13 WANTED="libevent" 1.14 WEB_SITE="http://www.monkey.org/~provos/libevent/" 1.15
2.1 --- a/libevent/receipt Mon Feb 07 17:19:51 2011 +0000 2.2 +++ b/libevent/receipt Mon Feb 07 17:49:31 2011 +0000 2.3 @@ -1,11 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libevent" 2.7 -VERSION="1.4.14b" 2.8 +VERSION="2.0.10" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="An event notification library." 2.11 MAINTAINER="0dddba11@googlemail.com" 2.12 -DEPENDS="" 2.13 +DEPENDS="openssl" 2.14 +BUILD_DEPENDS="openssl-dev" 2.15 TARBALL="$PACKAGE-$VERSION-stable.tar.gz" 2.16 WEB_SITE="http://www.monkey.org/~provos/libevent/" 2.17 WGET_URL="http://www.monkey.org/~provos/$TARBALL" 2.18 @@ -13,7 +14,7 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION 2.23 + [ -d $PACKAGE-$VERSION-stable ] || mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION 2.24 cd $src 2.25 ./configure --prefix=/usr \ 2.26 --mandir=/usr/share/man $CONFIGURE_ARGS