wok rev 25075
created recipe for alsa-ucm-conf
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 14 07:07:03 2022 +0100 (2022-06-14) |
parents | 56e6b4e63668 |
children | 17901f97b861 |
files | alsa-lib/receipt alsa-ucm-conf/receipt |
line diff
1.1 --- a/alsa-lib/receipt Mon Jun 13 19:39:39 2022 +0000 1.2 +++ b/alsa-lib/receipt Tue Jun 14 07:07:03 2022 +0100 1.3 @@ -11,6 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="ftp://ftp.alsa-project.org/pub/lib/$TARBALL" 1.6 1.7 +SUGGESTED="alsa-ucm-conf" 1.8 DEPENDS="linux" 1.9 1.10 HOST_ARCH="i486 arm"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/alsa-ucm-conf/receipt Tue Jun 14 07:07:03 2022 +0100 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="alsa-ucm-conf" 2.7 +VERSION="1.2.7" 2.8 +CATEGORY="multimedia" 2.9 +SHORT_DESC="ALSA Use Case Manager configuration." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="BSD-3-Clause" 2.12 +WEB_SITE="https://www.alsa-project.org/" 2.13 + 2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 +WGET_URL="https://alsa-project.org/files/pub/lib/$TARBALL" 2.16 + 2.17 +HOST_ARCH="any" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + mkdir -p $install/usr/share/alsa 2.23 + cp -a $src/ucm2 $install/usr/share/alsa 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + cook_copy_folders ucm2 2.30 +}