wok view dmsetup/receipt @ rev 6625

Bumped open-iscsi. I think there was a time error with date 10/20/1914 that was cause the problem with it compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 02:41:04 2010 +0000 (2010-10-10)
parents 4cdd32865e23
children 1b4c38d0ddc1
line source
1 # SliTaz package receipt.
3 PACKAGE="dmsetup"
4 VERSION="2.02.74"
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 }