wok annotate libev-dev/receipt @ rev 25014
updated opencc, openss-dev and opencc-tools (1.0.5 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 17 07:50:08 2022 +0100 (2022-05-17) |
parents | 248a3f57e01a |
children |
rev | line source |
---|---|
mallory@2683 | 1 # SliTaz package receipt. |
mallory@2683 | 2 |
mallory@2683 | 3 PACKAGE="libev-dev" |
Hans-G?nter@24736 | 4 VERSION="4.33" |
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 { |
Hans-G?nter@24736 | 19 cook_copy_folders include |
Hans-G?nter@24736 | 20 cook_copy_files *.*a |
Hans-G?nter@23025 | 21 |
pascal@5909 | 22 # /usr/include/event.h conflicts with libevent-dev |
pascal@5909 | 23 # https://www.opencsw.org/mantis/view.php?id=4376 |
Hans-G?nter@21174 | 24 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h |
mallory@2683 | 25 } |