wok-6.x rev 5909
libev-dev: mv /usr/include/event.h to ev-event.h (confict with libevent-dev)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 26 17:19:12 2010 +0200 (2010-07-26) |
parents | 740ce2db95e0 |
children | 49f07f22bb29 |
files | libev-dev/receipt |
line diff
1.1 --- a/libev-dev/receipt Mon Jul 26 17:07:06 2010 +0200 1.2 +++ b/libev-dev/receipt Mon Jul 26 17:19:12 2010 +0200 1.3 @@ -12,9 +12,12 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/lib 1.9 cp -a $_pkg/usr/include $fs/usr 1.10 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 + # /usr/include/event.h conflicts with libevent-dev 1.13 + # https://www.opencsw.org/mantis/view.php?id=4376 1.14 + mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 1.15 } 1.16