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.

20 lines
663 B

8 years ago
name=multipath-tools
version=0.6.3
revision=88d526b48a85794761221422913cff608557856c
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" \
'902e4715ba20f233401be9e8d3875ce3' \
"$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: