diff options
Diffstat (limited to 'libblkid.1-dev.pkg/control')
-rw-r--r-- | libblkid.1-dev.pkg/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libblkid.1-dev.pkg/control b/libblkid.1-dev.pkg/control new file mode 100644 index 0000000..899f9f0 --- /dev/null +++ b/libblkid.1-dev.pkg/control @@ -0,0 +1,13 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libblkid.1 (= ${Binary-Version}), +Description: Block device ID library - development files + 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. + . + This package provides development files for the blkid library. |