wok diff libev-dev/receipt @ rev 6324
Up: dosfstools to 3.0.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 17 17:06:33 2010 +0000 (2010-09-17) |
parents | 637e958c066c |
children | 7fc0522b33cd |
line diff
1.1 --- a/libev-dev/receipt Wed Apr 22 17:08:17 2009 +0200 1.2 +++ b/libev-dev/receipt Fri Sep 17 17:06:33 2010 +0000 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