core: Added lvm2

This commit is contained in:
Dylan Araps 2019-06-23 08:43:05 +03:00
parent 4c6c02d285
commit 9e4f5ebc3f
5 changed files with 13 additions and 0 deletions

8
core/lvm2/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-selinux
make
make DESTDIR="$1" install

1
core/lvm2/checksums Normal file
View File

@ -0,0 +1 @@
d12da937ce5c0753d4ea8b5215afaa3b12061ea961268693e24e81b19918f514 LVM2.2.02.184.tgz

2
core/lvm2/licenses Normal file
View File

@ -0,0 +1,2 @@
GPL-2.0-only
LGPL-2.1-only

1
core/lvm2/sources Normal file
View File

@ -0,0 +1 @@
https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.2.02.184.tgz

1
core/lvm2/version Normal file
View File

@ -0,0 +1 @@
2.02.184 1