forked from kiss-community/repo
core: Added lvm2
This commit is contained in:
parent
4c6c02d285
commit
9e4f5ebc3f
8
core/lvm2/build
Executable file
8
core/lvm2/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-selinux
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
core/lvm2/checksums
Normal file
1
core/lvm2/checksums
Normal file
@ -0,0 +1 @@
|
||||
d12da937ce5c0753d4ea8b5215afaa3b12061ea961268693e24e81b19918f514 LVM2.2.02.184.tgz
|
2
core/lvm2/licenses
Normal file
2
core/lvm2/licenses
Normal file
@ -0,0 +1,2 @@
|
||||
GPL-2.0-only
|
||||
LGPL-2.1-only
|
1
core/lvm2/sources
Normal file
1
core/lvm2/sources
Normal file
@ -0,0 +1 @@
|
||||
https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.2.02.184.tgz
|
1
core/lvm2/version
Normal file
1
core/lvm2/version
Normal file
@ -0,0 +1 @@
|
||||
2.02.184 1
|
Loading…
Reference in New Issue
Block a user