wok diff libev/receipt @ rev 21117
Up reiserfsprogs (3.6.27) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 19:43:29 2019 +0100 (2019-03-19) |
parents | 6c3718ca17b6 |
children | e7c3016b3a7d |
line diff
1.1 --- a/libev/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/libev/receipt Tue Mar 19 19:43:29 2019 +0100 1.3 @@ -3,17 +3,17 @@ 1.4 PACKAGE="libev" 1.5 VERSION="4.04" 1.6 CATEGORY="system-tools" 1.7 -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.8 +SHORT_DESC="A full-featured and high-performance event loop." 1.9 MAINTAINER="mallory@sweetpeople.org" 1.10 LICENSE="BSD" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.13 WGET_URL="http://dist.schmorp.de/libev/$TARBALL" 1.14 +HOST_ARCH="i486 arm" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 ./configure $CONFIGURE_ARGS && 1.21 make && make install 1.22 }