wok-6.x diff libev/receipt @ rev 10642
enna: fix bdeps and add ethumb (new dep ?)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 01:57:05 2011 +0200 (2011-05-27) |
parents | 7fc0522b33cd |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libev/receipt Mon Sep 20 22:33:28 2010 +0000 1.2 +++ b/libev/receipt Fri May 27 01:57:05 2011 +0200 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libev" 1.7 -VERSION="3.9" 1.8 +VERSION="4.04" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs." 1.11 MAINTAINER="mallory@sweetpeople.org" 1.12 -DEPENDS="" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.15 WGET_URL="http://dist.schmorp.de/libev/$TARBALL" 1.16 @@ -14,18 +13,14 @@ 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - ./configure \ 1.21 - --prefix=/usr \ 1.22 - --infodir=/usr/share/info \ 1.23 - --mandir=/usr/share/man \ 1.24 - $CONFIGURE_ARGS && 1.25 - make && make DESTDIR=$PWD/_pkg install 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + make && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - mkdir -p $fs/usr/lib 1.34 + mkdir -p $fs/usr/lib 1.35 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.36 } 1.37