wok-6.x view pulseaudio-vala/receipt @ rev 21990
slitaz-tools: firewall.conf moved to /etc/slitaz in rev 769
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 16 10:44:22 2019 -0400 (2019-10-16) |
parents | 7f233a31ffe2 |
children | 8497f0e1eea5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="pulseaudio-vala"
4 VERSION="12.2"
5 CATEGORY="development"
6 SHORT_DESC="A sound system for POSIX OSes - Vala 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_folders vala
18 }