From cd9f5d5289fc7830bc5eafc3e9a17aec402aef2f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 19:14:58 -0500 Subject: Add packages --- (limited to 'libuuid.1.pkg') diff --git a/libuuid.1.pkg/control b/libuuid.1.pkg/control new file mode 100644 index 0000000..044b40b --- /dev/null +++ b/libuuid.1.pkg/control @@ -0,0 +1,16 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Universally unique id library + The UUID library is used to generate unique identifiers for objects that may be + accessible beyond the local system. This library generates UUIDs compatible + with those created by the Open Software Foundation (OSF) Distributed Computing + Environment (DCE) utility uuidgen. + . + The UUIDs generated by this library can be reasonably expected to be unique + within a system, and unique across all systems. They could be used, for + instance, to generate unique HTTP cookies across multiple Web servers without + communication between the servers, and without fear of a name clash. diff --git a/libuuid.1.pkg/files b/libuuid.1.pkg/files new file mode 100644 index 0000000..8436b2f --- /dev/null +++ b/libuuid.1.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libuuid.so.* -- cgit v0.9.1