wok annotate libev-dev/receipt @ rev 23497

updated python-ipy (0.63 -> 1.00)
author Hans-G?nter Theisgen
date Mon Apr 06 07:33:10 2020 +0100 (2020-04-06)
parents e7c3016b3a7d
children af2087495a35
rev   line source
mallory@2683 1 # SliTaz package receipt.
mallory@2683 2
mallory@2683 3 PACKAGE="libev-dev"
Hans-G?nter@23025 4 VERSION="4.31"
mallory@2683 5 CATEGORY="development"
Hans-G?nter@21174 6 SHORT_DESC="Libev development files."
mallory@2683 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15472 8 LICENSE="BSD"
pankso@16441 9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
pankso@16441 10
Hans-G?nter@23025 11 DEPENDS="libev pkg-config"
mallory@2683 12 WANTED="libev"
Hans-G?nter@23025 13
Hans-G?nter@21174 14 HOST_ARCH="i486 arm"
pascal@15472 15
mallory@2683 16 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2683 17 genpkg_rules()
mallory@2683 18 {
pascal@5909 19 mkdir -p $fs/usr/lib
Hans-G?nter@23025 20
Hans-G?nter@21174 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21174 22 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15472 23 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@5909 24 # /usr/include/event.h conflicts with libevent-dev
pascal@5909 25 # https://www.opencsw.org/mantis/view.php?id=4376
Hans-G?nter@21174 26 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
mallory@2683 27 }