wok rev 12374
Up: libevent to 2.0.17.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 21:57:26 2012 +0000 (2012-04-19) |
parents | 3ce28fa1a454 |
children | a6cad1063c3c |
files | libevent-dev/receipt libevent/receipt |
line diff
1.1 --- a/libevent-dev/receipt Thu Apr 19 21:55:04 2012 +0000 1.2 +++ b/libevent-dev/receipt Thu Apr 19 21:57:26 2012 +0000 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libevent-dev" 1.7 -VERSION="2.0.13" 1.8 +VERSION="2.0.17" 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 +WEB_SITE="http://libevent.org" 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr/lib 1.21 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 - cp -a $install/usr/include $fs/usr 1.23 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 + mkdir -p $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 + cp -a $install/usr/include $fs/usr 1.27 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 }
2.1 --- a/libevent/receipt Thu Apr 19 21:55:04 2012 +0000 2.2 +++ b/libevent/receipt Thu Apr 19 21:57:26 2012 +0000 2.3 @@ -1,13 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libevent" 2.7 -VERSION="2.0.13" 2.8 +VERSION="2.0.17" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="An event notification library." 2.11 MAINTAINER="0dddba11@googlemail.com" 2.12 TARBALL="$PACKAGE-$VERSION-stable.tar.gz" 2.13 -WEB_SITE="http://www.monkey.org/~provos/libevent/" 2.14 -WGET_URL="http://www.monkey.org/~provos/$TARBALL" 2.15 +WEB_SITE="http://libevent.org" 2.16 +WGET_URL="https://github.com/downloads/$PACKAGE/$PACKAGE/$TARBALL" 2.17 2.18 DEPENDS="openssl" 2.19 BUILD_DEPENDS="openssl-dev" 2.20 @@ -15,16 +15,16 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - [ -d $PACKAGE-$VERSION-stable ] && mv $PACKAGE-$VERSION-stable $PACKAGE-$VERSION 2.25 - cd $src 2.26 - ./configure --prefix=/usr \ 2.27 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.28 - make && make install 2.29 + cd $src 2.30 + ./configure \ 2.31 + $CONFIGURE_ARGS && 2.32 + make && make install 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg. 2.36 genpkg_rules() 2.37 { 2.38 - mkdir -p $fs/usr/lib 2.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.40 + mkdir -p $fs/usr/lib 2.41 + cp -a $install/usr/bin $fs/usr 2.42 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.43 }