wok diff alsa-ucm-conf/receipt @ rev 25203
updated python-mechanize (0.4.5 -> 0.4.7)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:23:19 2022 +0100 (2022-07-13) |
parents | |
children | 2b069c72d47e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/alsa-ucm-conf/receipt Wed Jul 13 14:23:19 2022 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="alsa-ucm-conf" 1.7 +VERSION="1.2.7" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="ALSA Use Case Manager configuration." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="BSD-3-Clause" 1.12 +WEB_SITE="https://www.alsa-project.org/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WGET_URL="https://alsa-project.org/files/pub/lib/$TARBALL" 1.16 + 1.17 +HOST_ARCH="any" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir -p $install/usr/share/alsa 1.23 + cp -a $src/ucm2 $install/usr/share/alsa 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cook_copy_folders ucm2 1.30 +}