wok-current view pulseaudio-dev/receipt @ rev 24765

afpfs-ng,btfs,curlftpfs,ddumbfs,djmount,encfs,exfat-utils,fusecloop,fusedav,fuseiso,httpfs2-fuse: try fuse2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 17:45:47 2022 +0000 (2022-03-18)
parents 8497f0e1eea5
children 3ad63c8fc2f9
line source
1 # SliTaz package receipt.
3 PACKAGE="pulseaudio-dev"
4 VERSION="13.0"
5 CATEGORY="development"
6 SHORT_DESC="A sound system for POSIX OSes - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1 GPL2 MIT"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
11 DEPENDS="pulseaudio"
12 WANTED="pulseaudio"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.la *.pc *.cmake
18 }