summaryrefslogtreecommitdiffstats
path: root/remote/modules/alsa
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-11 15:23:46 +0200
committerJonathan Bauer2013-06-11 15:23:46 +0200
commit98bf712732bf23ee66cd97bb458863e3ff0b2f2f (patch)
tree7792fdf4a5ced5d86fa22df58681fd5f41e967f7 /remote/modules/alsa
parent[pam] register login session at systemd-logind service (diff)
parent[vmplayer] clean up run-virt.include: drop support for old player versions (diff)
downloadtm-scripts-98bf712732bf23ee66cd97bb458863e3ff0b2f2f.tar.gz
tm-scripts-98bf712732bf23ee66cd97bb458863e3ff0b2f2f.tar.xz
tm-scripts-98bf712732bf23ee66cd97bb458863e3ff0b2f2f.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/alsa')
-rw-r--r--remote/modules/alsa/alsa.build16
-rw-r--r--remote/modules/alsa/alsa.conf8
2 files changed, 24 insertions, 0 deletions
diff --git a/remote/modules/alsa/alsa.build b/remote/modules/alsa/alsa.build
new file mode 100644
index 00000000..03e55d72
--- /dev/null
+++ b/remote/modules/alsa/alsa.build
@@ -0,0 +1,16 @@
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
+
+}
+
+post_copy() {
+ :
+}
diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf
new file mode 100644
index 00000000..17baaaf8
--- /dev/null
+++ b/remote/modules/alsa/alsa.conf
@@ -0,0 +1,8 @@
+REQUIRED_CONTENT_PACKAGES=" alsa-utils
+ libasound2
+"
+REQUIRED_BINARIES=" amixer
+"
+REQUIRED_DIRECTORIES=" /usr/share/alsa
+"
+