2017-10-27 21:56:50 +02:00
|
|
|
|
# Tanım: Allows spanning of file systems across multiple physical disks and partitions.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://sourceware.org/lvm2/
|
2017-10-27 21:56:50 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:15:02 +02:00
|
|
|
|
isim=lvm2
|
|
|
|
|
surum=2.02.141
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:15:02 +02:00
|
|
|
|
kaynak=(ftp://sources.redhat.com/pub/lvm2/LVM2.$surum.tgz)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:15:02 +02:00
|
|
|
|
cd LVM2.$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--exec-prefix= \
|
|
|
|
|
--with-confdir=/etc \
|
|
|
|
|
--mandir=/usr/share/man \
|
|
|
|
|
--enable-applib \
|
|
|
|
|
--enable-cmdlib \
|
|
|
|
|
--enable-pkgconfig \
|
|
|
|
|
--enable-udev_sync
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|