wok annotate pulseaudio-dev/receipt @ rev 21735
vlgothic-fonts: use archive.org as web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 15:52:10 2019 +0200 (2019-06-13) |
parents | 7f233a31ffe2 |
children | 8497f0e1eea5 |
rev | line source |
---|---|
pascal@17005 | 1 # SliTaz package receipt. |
pascal@17005 | 2 |
pascal@17005 | 3 PACKAGE="pulseaudio-dev" |
Hans-G?nter@21727 | 4 VERSION="12.2" |
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 } |