diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:50:02 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:50:02 +0000 |
| commit | b6c4742326118d4ff189e9c15b876eb957966514 (patch) | |
| tree | b8823f19f328299bd7fbb95aba65b80f2cc80736 /alsa-ucm-conf/abuild | |
| parent | 8b1e552bd467e6de934d0706e71d66fadb72a389 (diff) | |
| download | alicelinux-b6c4742326118d4ff189e9c15b876eb957966514.tar.gz alicelinux-b6c4742326118d4ff189e9c15b876eb957966514.zip | |
Woodpecker CI ff955a3c29b5149ca2e5715dc4df4fee2c835da7 [SKIP CI]
Diffstat (limited to 'alsa-ucm-conf/abuild')
| -rw-r--r-- | alsa-ucm-conf/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alsa-ucm-conf/abuild b/alsa-ucm-conf/abuild new file mode 100644 index 00000000..dbfa7918 --- /dev/null +++ b/alsa-ucm-conf/abuild @@ -0,0 +1,10 @@ +name=alsa-ucm-conf +version=1.2.9 +release=1 +source="https://www.alsa-project.org/files/pub/lib/${name}-${version}.tar.bz2" + +build() { + install -vdm 755 "$PKG/usr/share/alsa/" + cp -av ucm2 "$PKG/usr/share/alsa/" +} + |