Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
name=multipath-tools
|
|
|
|
version=0.6.4
|
|
|
|
revision=922421cf795d53d339862bb2d99f1a85c96ad9a3
|
|
|
|
update_url="http://git.opensvc.com/?p=$name/.git;a=tags"
|
|
|
|
update_names="href=\"/?p=$name/.git;a=shortlog;h=refs/tags/$version\""
|
|
|
|
|
|
|
|
download "http://git.opensvc.com/?p=$name/.git;a=snapshot;h=$revision;sf=tgz" \
|
|
|
|
'48e2c62e6216f57cfac166b3a4b387a7' \
|
|
|
|
"$name-$version.tar.gz"
|
|
|
|
header_end
|
|
|
|
|
|
|
|
extract "$name-$version.tar.gz"
|
|
|
|
|
|
|
|
cd "$name-$(echo "$revision" | cut -c -7)/kpartx"
|
|
|
|
make
|
|
|
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" kpartx
|
|
|
|
install -Dm655 -t "$dir_install/$dir_prefix/$dir_mandir/man8" kpartx.8
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|