wok annotate exosip-dev/receipt @ rev 24936
created recipe for mypaint-brushes
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 14 09:08:33 2022 +0100 (2022-04-14) |
parents | 237fb52f1080 |
children |
rev | line source |
---|---|
pascal@5762 | 1 # SliTaz package receipt. |
pascal@5762 | 2 |
pascal@5762 | 3 PACKAGE="exosip-dev" |
Hans-G?nter@24530 | 4 VERSION="5.3.0" |
pascal@5762 | 5 CATEGORY="development" |
Hans-G?nter@24530 | 6 SHORT_DESC="Extended SIP library - development files." |
pascal@5762 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
Hans-G?nter@24530 | 9 WEB_SITE="https://savannah.nongnu.org/projects/exosip/" |
Hans-G?nter@24530 | 10 |
pascal@5762 | 11 WANTED="exosip" |
pascal@5762 | 12 |
pascal@5762 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5762 | 14 genpkg_rules() |
pascal@5762 | 15 { |
Hans-G?nter@24530 | 16 cook_copy_folders include |
Hans-G?nter@24530 | 17 cook_copy_files *.*a |
pascal@5762 | 18 } |
Hans-G?nter@24531 | 19 |