wok view alsa-ucm-conf/receipt @ rev 25421

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 10 07:02:08 2022 +0000 (21 months ago)
parents
children 2b069c72d47e
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-ucm-conf"
4 VERSION="1.2.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA Use Case Manager configuration."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD-3-Clause"
9 WEB_SITE="https://www.alsa-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://alsa-project.org/files/pub/lib/$TARBALL"
14 HOST_ARCH="any"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p $install/usr/share/alsa
20 cp -a $src/ucm2 $install/usr/share/alsa
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cook_copy_folders ucm2
27 }