wok-6.x diff libevent/receipt @ rev 10180
Up: lrzip to 0.604.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 22:31:17 2011 +0000 (2011-05-20) |
parents | 28a14995a67e |
children | 5287b073ee95 |
line diff
1.1 --- a/libevent/receipt Mon Feb 07 17:51:33 2011 +0000 1.2 +++ b/libevent/receipt Fri May 20 22:31:17 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent" 1.7 -VERSION="2.0.10" 1.8 +VERSION="2.0.11" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="An event notification library." 1.11 MAINTAINER="0dddba11@googlemail.com" 1.12 @@ -17,9 +17,8 @@ 1.13 [ -d $PACKAGE-$VERSION-stable ] && mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION 1.14 cd $src 1.15 ./configure --prefix=/usr \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 + make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.