wok diff libev/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 4767baeab250
children dd38b4c08c8d
line diff
     1.1 --- a/libev/receipt	Fri May 20 23:15:27 2011 +0000
     1.2 +++ b/libev/receipt	Fri Apr 18 13:51:05 2014 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  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.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    1.10  WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
    1.11 @@ -21,6 +22,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib 
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }
    1.18