wok-6.x diff libev-dev/receipt @ rev 22741
updated drupal (8.6.10 -> 8.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 07:57:43 2020 +0100 (2020-01-24) |
parents | fc9203de5ff2 |
children | 248a3f57e01a |
line diff
1.1 --- a/libev-dev/receipt Tue Feb 21 15:50:51 2017 +0100 1.2 +++ b/libev-dev/receipt Fri Jan 24 07:57:43 2020 +0100 1.3 @@ -1,26 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libev-dev" 1.7 -VERSION="4.04" 1.8 +VERSION="4.25" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libev development files" 1.11 +SHORT_DESC="Libev development files." 1.12 MAINTAINER="mallory@sweetpeople.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.15 -HOST_ARCH="i486 arm" 1.16 1.17 WANTED="libev" 1.18 DEPENDS="libev pkg-config" 1.19 +HOST_ARCH="i486 arm" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 # /usr/include/event.h conflicts with libevent-dev 1.31 # https://www.opencsw.org/mantis/view.php?id=4376 1.32 - mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 1.33 + mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 1.34 } 1.35 -