wok-current annotate osip-dev/receipt @ rev 24933
updated muparser and muparser-dev (2.2.6.1 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 13 17:29:40 2022 +0100 (2022-04-13) |
parents | ce9f5bda85ac |
children |
rev | line source |
---|---|
pascal@5761 | 1 # SliTaz package receipt. |
pascal@5761 | 2 |
pascal@5761 | 3 PACKAGE="osip-dev" |
Hans-G?nter@24531 | 4 VERSION="5.3.0" |
pascal@5761 | 5 CATEGORY="development" |
Hans-G?nter@21646 | 6 SHORT_DESC="SIP library - development files." |
pascal@5761 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15022 | 8 LICENSE="LGPL" |
Hans-G?nter@21646 | 9 WEB_SITE="https://www.gnu.org/software/osip/" |
pascal@5761 | 10 |
Hans-G?nter@23268 | 11 SOURCE="libosip2" |
Hans-G?nter@23268 | 12 |
pascal@19738 | 13 DEPENDS="pkg-config osip" |
Hans-G?nter@21646 | 14 WANTED="osip" |
Hans-G?nter@21646 | 15 |
pascal@15599 | 16 |
pascal@5761 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5761 | 18 genpkg_rules() |
pascal@5761 | 19 { |
Hans-G?nter@24531 | 20 cook_copy_folders include |
Hans-G?nter@24531 | 21 cook_copy_folders pkgconfig |
Hans-G?nter@24531 | 22 cook_copy_files *.*a |
pascal@5761 | 23 } |