### this file is sourced not run
PKGVER=2.02.105
PKGBUILD=1
PKGARCH=x86_64

# BLFS 7.5
TARBALL=LVM2.2.02.105.tgz
MD5SUM=b5b3540661fc70bf329b526c1cfbcf3a 
SRC_URL=ftp://sources.redhat.com/pub/lvm2/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='lvm2: lvm2 2.02.105 (Logical Volume Manager)  
lvm2:  
lvm2: The LVM2 package is a package that manages logical partitions. It allows 
lvm2: spanning of file systems across multiple physical disks and disk 
lvm2: partitions and provides for dynamic growing or shrinking of logical 
lvm2: partitions.  
lvm2: 
lvm2: 
lvm2: 
lvm2: 
lvm2: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	# Note: NO CONFFLAGS !!
	cd /tmp/LVM*
	./configure --prefix=/usr \
	        --libdir=/lib64   \
	        --with-usrlibdir=/usr/lib64 \
	        --with-udevdir=/lib64/udev/rules.d \
            --exec-prefix=      \
            --with-confdir=/etc \
            --enable-applib     \
            --enable-cmdlib     \
            --enable-pkgconfig  \
            --enable-udev_sync &&
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}


