summaryrefslogtreecommitdiffstats
path: root/libblkid.1.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 19:14:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-08 01:05:35 (EST)
commitcd9f5d5289fc7830bc5eafc3e9a17aec402aef2f (patch)
tree04d3b9274d99b93659c3b0a2b36058fe3ee6d767 /libblkid.1.pkg
parentafaa9df616a6c805f915d52ffc063edd4b8be88a (diff)
Add packages
Diffstat (limited to 'libblkid.1.pkg')
-rw-r--r--libblkid.1.pkg/control11
-rw-r--r--libblkid.1.pkg/files1
2 files changed, 12 insertions, 0 deletions
diff --git a/libblkid.1.pkg/control b/libblkid.1.pkg/control
new file mode 100644
index 0000000..690d3ab
--- /dev/null
+++ b/libblkid.1.pkg/control
@@ -0,0 +1,11 @@
+Architecture: any
+Platform: all
+Section: lib
+Depends:
+ e2fsprogs-common (= ${Source-Version}),
+ ${Shlib-Depends},
+Description: Block device ID library
+ The blkid library efficiently allows fsck, mke2fs, e2fsck, and tune2fs to be
+ able to look up LABEL and UUID filesystem specifiers without needing to search
+ all of the devices in the system. Instead, the device is looked up in a cache
+ file, and then verified to make sure the blkid cache is correct.
diff --git a/libblkid.1.pkg/files b/libblkid.1.pkg/files
new file mode 100644
index 0000000..7db2d4f
--- /dev/null
+++ b/libblkid.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libblkid.so.*