wok diff libevent/receipt @ rev 10449

aufs-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 10:20:38 2011 +0200 (2011-05-25)
parents 28a14995a67e
children 5287b073ee95
line diff
     1.1 --- a/libevent/receipt	Mon Feb 07 17:51:33 2011 +0000
     1.2 +++ b/libevent/receipt	Wed May 25 10:20:38 2011 +0200
     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.