wok annotate pjsip-dev/receipt @ rev 25173
updated python-ethtool (0.14 -> 0.15)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:05:43 2022 +0100 (2022-07-01) |
parents | a78610b2eb47 |
children |
rev | line source |
---|---|
pascal@19631 | 1 # SliTaz package receipt. |
pascal@19631 | 2 |
pascal@19631 | 3 PACKAGE="pjsip-dev" |
Hans-G?nter@25142 | 4 VERSION="2.11.1" |
pascal@19631 | 5 CATEGORY="development" |
Hans-G?nter@25142 | 6 SHORT_DESC="Library SIP, SDP, RTP, STUN, TURN, and ICE - developement files." |
pascal@19631 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19631 | 8 LICENSE="GPL2" |
pascal@20669 | 9 WEB_SITE="https://www.pjsip.org/" |
pascal@19631 | 10 |
pascal@20477 | 11 DEPENDS="pjsip pkg-config" |
Hans-G?nter@25142 | 12 WANTED="pjsip" |
pascal@19631 | 13 |
pascal@19631 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19631 | 15 genpkg_rules() |
pascal@19631 | 16 { |
Hans-G?nter@25142 | 17 cook_copy_folders include |
Hans-G?nter@25142 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@25142 | 19 cook_copy_files *.*a |
pascal@19631 | 20 } |