wok-next diff libev/receipt @ rev 17784
Fix: disable llvm compiler version check
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Mar 14 21:36:00 2015 +0000 (2015-03-14) |
parents | 6c3718ca17b6 |
children | c4e53a39395a |
line diff
1.1 --- a/libev/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/libev/receipt Sat Mar 14 21:36:00 2015 +0000 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 }