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

# source: james
TARBALL=multipath-tools-2015.02.tar.bz2
MD5SUM=0265fb8ef5ce48682b9330c58c27c13d
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='lvm2' # 
SLACKDESC='kpartx: kpartx 2015.02 (Alternative loop-mounter)  
kpartx:  
kpartx: kpartx is a loop-mounter that can mount disk image files with 
kpartx: partitions. kpartx is part of multipath-tools.  
kpartx: 
kpartx: 
kpartx: 
kpartx: 
kpartx: 
kpartx: 
kpartx: http://christophe.varoqui.free.fr/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/multipath*/kpartx
	make $MAKEFLAGS && 
	install -m 755 kpartx /sbin &&
	install -m 644 kpartx.8.gz /usr/share/man/man8 &&
	pkg_build_slackdesc
}
