wok diff libevent/receipt @ rev 11174

cherokee: Forgot logrotate file.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 15:44:21 2011 +0000 (2011-11-02)
parents 5f92d19e6aa5
children 749bcc79525b
line diff
     1.1 --- a/libevent/receipt	Fri May 20 17:28:46 2011 +0000
     1.2 +++ b/libevent/receipt	Wed Nov 02 15:44:21 2011 +0000
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libevent"
     1.7 -VERSION="2.0.11"
     1.8 +VERSION="2.0.13"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="An event notification library."
    1.11  MAINTAINER="0dddba11@googlemail.com"
    1.12 -DEPENDS="openssl"
    1.13 -BUILD_DEPENDS="openssl-dev"
    1.14  TARBALL="$PACKAGE-$VERSION-stable.tar.gz"
    1.15  WEB_SITE="http://www.monkey.org/~provos/libevent/"
    1.16  WGET_URL="http://www.monkey.org/~provos/$TARBALL"
    1.17  
    1.18 +DEPENDS="openssl"
    1.19 +BUILD_DEPENDS="openssl-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 @@ -25,5 +26,5 @@
    1.25  genpkg_rules()
    1.26  {
    1.27      mkdir -p $fs/usr/lib
    1.28 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +    cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  }