summaryrefslogtreecommitdiffstats
path: root/linux-libc-dev-4.19.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'linux-libc-dev-4.19.pkg/control')
-rw-r--r--linux-libc-dev-4.19.pkg/control9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-libc-dev-4.19.pkg/control b/linux-libc-dev-4.19.pkg/control
new file mode 100644
index 0000000..aa1ce28
--- /dev/null
+++ b/linux-libc-dev-4.19.pkg/control
@@ -0,0 +1,9 @@
+Architecture: any-linux-any
+Platform: all
+Section: libdev
+Depends: linux-common-${Base-Version} (= ${Source-Version}),
+ linux-libc-dev-common-${Base-Version} (= ${Source-Version}),
+Description: Linux support headers for userspace development
+ This package provides headers that define interfaces for userspace libraries
+ and programs. These headers are used by BusyBox and the C library, for
+ example.