# HG changeset patch # User Christopher Rogers # Date 1305933327 0 # Node ID 4767baeab25004e289615c1b36c0ae5c8906cd83 # Parent f299203cbad6bb9e4eeab3f4fa80acba1efd916a Up: libev to 4.04. diff -r f299203cbad6 -r 4767baeab250 libev-dev/receipt --- a/libev-dev/receipt Fri May 20 23:12:16 2011 +0000 +++ b/libev-dev/receipt Fri May 20 23:15:27 2011 +0000 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="libev-dev" -VERSION="3.9" +VERSION="4.04" CATEGORY="development" SHORT_DESC="libev development files" MAINTAINER="mallory@sweetpeople.org" +DEPENDS="libev" WANTED="libev" WEB_SITE="http://software.schmorp.de/pkg/libev.html" diff -r f299203cbad6 -r 4767baeab250 libev/receipt --- a/libev/receipt Fri May 20 23:12:16 2011 +0000 +++ b/libev/receipt Fri May 20 23:15:27 2011 +0000 @@ -1,11 +1,10 @@ # SliTaz package receipt. PACKAGE="libev" -VERSION="3.9" +VERSION="4.04" CATEGORY="system-tools" SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://software.schmorp.de/pkg/libev.html" WGET_URL="http://dist.schmorp.de/libev/$TARBALL" @@ -14,18 +13,14 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib + mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }