wok view dmsetup/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents 380ffe05937a
children 7740cc200934
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="2.02.98"
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 }