wok-6.x view dmsetup/receipt @ rev 20454
Up zstd (1.3.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 06 15:17:20 2018 +0200 (2018-10-06) |
parents | 6b05520131a2 |
children | 2d4c3cc3ef95 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="2.02.181"
5 CATEGORY="system-tools"
6 SHORT_DESC="Linux device mapper setup tool."
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sourceware.org/dm/"
10 WANTED="lvm2"
12 DEPENDS="libdevmapper"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin
18 cp $install/usr/sbin/dmsetup $fs/usr/sbin
19 }