wok-6.x annotate libev-dev/receipt @ rev 6564
Up: libconfuse to 2.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 23:57:24 2010 +0000 (2010-10-07) |
parents | 6c384c0e66f1 |
children | 4767baeab250 |
rev | line source |
---|---|
mallory@2683 | 1 # SliTaz package receipt. |
mallory@2683 | 2 |
mallory@2683 | 3 PACKAGE="libev-dev" |
slaxemulator@6355 | 4 VERSION="3.9" |
mallory@2683 | 5 CATEGORY="development" |
mallory@2683 | 6 SHORT_DESC="libev development files" |
mallory@2683 | 7 MAINTAINER="mallory@sweetpeople.org" |
mallory@2683 | 8 WANTED="libev" |
mallory@2683 | 9 WEB_SITE="http://software.schmorp.de/pkg/libev.html" |
mallory@2683 | 10 |
mallory@2683 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@2683 | 12 genpkg_rules() |
mallory@2683 | 13 { |
pascal@5909 | 14 mkdir -p $fs/usr/lib |
mallory@2683 | 15 cp -a $_pkg/usr/include $fs/usr |
mallory@2683 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
slaxemulator@6355 | 17 #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pascal@5909 | 18 # /usr/include/event.h conflicts with libevent-dev |
pascal@5909 | 19 # https://www.opencsw.org/mantis/view.php?id=4376 |
pascal@5909 | 20 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h |
mallory@2683 | 21 } |
mallory@2683 | 22 |