forked from rosa/hakurei
internal/rosa/package: lvm2
This is only really packaged for devmapper, and will eventually be replaced by a native implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package lvm2 {
|
||||
description = "userspace toolset that provide logical volume management facilities";
|
||||
website = "https://sourceware.org/lvm2";
|
||||
anitya = 5354;
|
||||
|
||||
version# = "2.03.41";
|
||||
source = remoteTar {
|
||||
url = "https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2."+version+".tgz";
|
||||
compress = gzip;
|
||||
checksum = "M3L0oaeEG-0FvL7gYoeLwWIm-RBtKa4-ojwezRqL8xqiyU_5N7uE2bvwTeVJ154z";
|
||||
};
|
||||
patches = [
|
||||
"fix-stdio-usage.patch",
|
||||
"remove-man.patch",
|
||||
];
|
||||
|
||||
exec = make {
|
||||
// requires root
|
||||
skipCheck = true;
|
||||
};
|
||||
|
||||
inputs = [
|
||||
pkg-config,
|
||||
|
||||
libaio,
|
||||
kernel-headers,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user