wok-next view dmsetup/receipt @ rev 7655
Add linux-without-modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 15 20:56:53 2010 +0100 (2010-12-15) |
parents | d1fe9f227600 |
children | 0150a5321156 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="2.02.78"
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 _pkg="$WOK/$WANTED/LVM2-$VERSION/_pkg"
17 cp $_pkg/usr/sbin/dmsetup $fs/usr/sbin
18 }