wok view dmsetup/receipt @ rev 4924

Add rp-l2tp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 16 10:29:20 2010 +0100 (2010-02-16)
parents
children 106524d1828e
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="1.02.27"
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="libdevmapper"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/sbin
16 cp $src/dmsetup/dmsetup $fs/sbin
17 }