milis/talimatname/temel/lvm2/talimat

25 lines
489 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Allows spanning of file systems across multiple physical disks and partitions.
# URL: http://sourceware.org/lvm2/
# Paketçi: milisarge
# Gerekler:
name=lvm2
version=2.02.141
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
derle() {
cd LVM2.$version
./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
}