wok-next view open-iscsi/receipt @ rev 7433

open-iscsi: iSCSI modules in kernel since 2.6.18
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 29 09:18:05 2010 +0100 (2010-11-29)
parents 951c1b0c279f
children 4db9d03b37f4
line source
1 # SliTaz package receipt.
3 PACKAGE="open-iscsi"
4 VERSION="2.0-871"
5 CATEGORY="network"
6 SHORT_DESC="Implementation of RFC3720 userland utilities."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.open-iscsi.org/"
10 WGET_URL="${WEB_SITE}bits/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 sed -i 's/ install_kernel / /' Makefile
17 make user
18 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/etc $fs
26 cp -a $_pkg/sbin $fs
27 }