wok-stable view dmsetup/receipt @ rev 9702
binutils: Fix a bug fot Tazwok and make it build for cookutils.
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 15:46:39 2011 +0200 (2011-05-08) |
parents | 697821de6b0d |
children | 7b91aff63be9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="2.02.84"
5 CATEGORY="system-tools"
6 SHORT_DESC="Linux device mapper setup tool."
7 MAINTAINER="b1+slitaz@nagel.org"
8 WEB_SITE="http://sourceware.org/dm/"
9 DEPENDS="libdevmapper"
10 WANTED="lvm2"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp $_pkg/usr/sbin/dmsetup $fs/usr/sbin
17 }