wok-current annotate multipath-tools/receipt @ rev 24032
modified get-teamviewer to be able to fetch versions < 13
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 06 14:38:05 2021 +0100 (2021-04-06) |
parents | 75937d22148a |
children | 241fb98cab1c |
rev | line source |
---|---|
pankso@16148 | 1 # SliTaz package receipt. |
pankso@16148 | 2 |
pankso@16148 | 3 PACKAGE="multipath-tools" |
Hans-G?nter@23202 | 4 VERSION="0.8.3" |
pankso@16148 | 5 CATEGORY="x-window" |
pankso@16148 | 6 SHORT_DESC="Device Mapper multipathing driver (provide kpartx)." |
pankso@16148 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@16148 | 8 LICENSE="GPL2" |
pankso@16148 | 9 WEB_SITE="http://christophe.varoqui.free.fr/" |
Hans-G?nter@23202 | 10 |
Hans-G?nter@23202 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
Hans-G?nter@23202 | 12 WGET_URL="https://git.opensvc.com/?p=$PACKAGE/.git;a=snapshot;h=0.8.3;sf=tgz" |
Hans-G?nter@23202 | 13 |
pascal@18455 | 14 PROVIDE="kpartx" |
Hans-G?nter@23202 | 15 DEPENDS="libaio libdevmapper readline udev" |
Hans-G?nter@23202 | 16 BUILD_DEPENDS="libaio-dev libdevmapper-dev readline-dev udev-dev" |
pankso@16148 | 17 |
pankso@16148 | 18 # Rules to configure and make the package. |
pankso@16148 | 19 compile_rules() |
pankso@16148 | 20 { |
pankso@16148 | 21 cd $src/kpartx |
Hans-G?nter@23202 | 22 make && |
Hans-G?nter@23202 | 23 cd .. |
pankso@16148 | 24 #make LIB="/usr/lib" DESTDIR=${DESTDIR} install |
pankso@16148 | 25 } |
pankso@16148 | 26 |
pankso@16148 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@16148 | 28 genpkg_rules() |
pankso@16148 | 29 { |
pankso@16148 | 30 mkdir -p $fs/usr/bin |
Hans-G?nter@23202 | 31 cp -a $src/kpartx/kpartx $fs/usr/bin |
pankso@16148 | 32 } |