]> git.armaanb.net Git - asd-repo.git/commitdiff
libuuid: new package at 2.37
authorArmaan Bhojwani <me@armaanb.net>
Mon, 28 Jun 2021 22:58:49 +0000 (18:58 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 28 Jun 2021 23:15:13 +0000 (19:15 -0400)
libuuid/build [new file with mode: 0755]
libuuid/checksums [new file with mode: 0644]
libuuid/depends [new file with mode: 0644]
libuuid/sources [new file with mode: 0644]
libuuid/version [new file with mode: 0644]

diff --git a/libuuid/build b/libuuid/build
new file mode 100755 (executable)
index 0000000..5d55170
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --localstatedir=/var \
+    --bindir=/usr/bin \
+    --sbindir=/usr/bin \
+    --libdir=/usr/lib \
+    --without-udev \
+    --without-python \
+    --without-systemd \
+               --disable-all-programs \
+    --enable-libuuid
+
+make
+make DESTDIR="$1" install
+
diff --git a/libuuid/checksums b/libuuid/checksums
new file mode 100644 (file)
index 0000000..03c2476
--- /dev/null
@@ -0,0 +1 @@
+bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5
diff --git a/libuuid/depends b/libuuid/depends
new file mode 100644 (file)
index 0000000..1f97bc3
--- /dev/null
@@ -0,0 +1 @@
+linux-headers make
diff --git a/libuuid/sources b/libuuid/sources
new file mode 100644 (file)
index 0000000..43f8a92
--- /dev/null
@@ -0,0 +1 @@
+https://cdn.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.tar.xz
diff --git a/libuuid/version b/libuuid/version
new file mode 100644 (file)
index 0000000..c304d36
--- /dev/null
@@ -0,0 +1 @@
+2.37 1