wok annotate pulseaudio-dev/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 8497f0e1eea5
children
rev   line source
pascal@17005 1 # SliTaz package receipt.
pascal@17005 2
pascal@17005 3 PACKAGE="pulseaudio-dev"
Hans-G?nter@23454 4 VERSION="13.0"
pascal@17005 5 CATEGORY="development"
Hans-G?nter@21727 6 SHORT_DESC="A sound system for POSIX OSes - development files."
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 {
al@19860 17 cook_copy_files *.h *.la *.pc *.cmake
pascal@17005 18 }
Hans-G?nter@23455 19