summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/alsa/alsa.build16
-rw-r--r--remote/modules/alsa/alsa.conf8
-rw-r--r--remote/modules/alsa/alsa.conf.zypper8
3 files changed, 32 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
+"
+
diff --git a/remote/modules/alsa/alsa.conf.zypper b/remote/modules/alsa/alsa.conf.zypper
new file mode 100644
index 00000000..68f0cd5e
--- /dev/null
+++ b/remote/modules/alsa/alsa.conf.zypper
@@ -0,0 +1,8 @@
+REQUIRED_CONTEND_PACKAGES=" alsa-utils
+ libasound2
+"
+REQUIRED_BINARIES=" amixer
+"
+REQUIRED_DIRECTORIES=" /usr/share/alsa
+"
+