wok-next diff libev-dev/receipt @ rev 16219
Up fpc-bootstrap (2.6.4) again...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 31 20:10:40 2014 +0000 (2014-03-31) |
parents | 4767baeab250 |
children | dd38b4c08c8d |
line diff
1.1 --- a/libev-dev/receipt Fri May 20 23:15:27 2011 +0000 1.2 +++ b/libev-dev/receipt Mon Mar 31 20:10:40 2014 +0000 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="libev development files" 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="libev" 1.8 +LICENSE="BSD" 1.9 WANTED="libev" 1.10 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.11 1.12 +DEPENDS="libev" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 - #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.23 + #cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 # /usr/include/event.h conflicts with libevent-dev 1.25 # https://www.opencsw.org/mantis/view.php?id=4376 1.26 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h