wok annotate pulseaudio-man/receipt @ rev 24987
grub: add gpt support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 12 07:08:39 2022 +0000 (2022-05-12) |
parents | 8497f0e1eea5 |
children |
rev | line source |
---|---|
pascal@17005 | 1 # SliTaz package receipt. |
pascal@17005 | 2 |
pascal@17005 | 3 PACKAGE="pulseaudio-man" |
Hans-G?nter@23454 | 4 VERSION="13.0" |
pascal@17005 | 5 CATEGORY="development" |
Hans-G?nter@23454 | 6 SHORT_DESC="A sound system for POSIX OSes - manual pages." |
pascal@17005 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17006 | 8 LICENSE="LGPL2.1 GPL2 MIT" |
Hans-G?nter@21727 | 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/PulseAudio/" |
al@19860 | 10 |
Hans-G?nter@21727 | 11 DEPENDS="pulseaudio" |
pascal@17005 | 12 WANTED="pulseaudio" |
pascal@17005 | 13 |
pascal@17005 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17005 | 15 genpkg_rules() |
pascal@17005 | 16 { |
Hans-G?nter@23454 | 17 cook_copy_folders man |
pascal@17005 | 18 } |
Hans-G?nter@23455 | 19 |