wok-current rev 10134
Up: libevent to 2.0.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 17:28:46 2011 +0000 (2011-05-20) |
parents | 835c69c5272f |
children | 78e79f6cfef4 |
files | libevent-dev/receipt libevent/receipt |
line diff
1.1 --- a/libevent-dev/receipt Fri May 20 17:26:44 2011 +0000 1.2 +++ b/libevent-dev/receipt Fri May 20 17:28:46 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent-dev" 1.7 -VERSION="2.0.10" 1.8 +VERSION="2.0.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="An event notification library." 1.11 MAINTAINER="0dddba11@googlemail.com"
2.1 --- a/libevent/receipt Fri May 20 17:26:44 2011 +0000 2.2 +++ b/libevent/receipt Fri May 20 17:28:46 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libevent" 2.7 -VERSION="2.0.10" 2.8 +VERSION="2.0.11" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="An event notification library." 2.11 MAINTAINER="0dddba11@googlemail.com" 2.12 @@ -17,9 +17,8 @@ 2.13 [ -d $PACKAGE-$VERSION-stable ] && mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION 2.14 cd $src 2.15 ./configure --prefix=/usr \ 2.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.17 - make 2.18 - make DESTDIR=$PWD/_pkg install 2.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.20 + make && make install 2.21 } 2.22 2.23 # Rules to gen a SliTaz package suitable for Tazpkg.