wok-current annotate 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
rev   line source
pascal@4852 1 # SliTaz package receipt.
pascal@4852 2
pascal@4852 3 PACKAGE="open-iscsi"
pascal@4852 4 VERSION="2.0-871"
pascal@4852 5 CATEGORY="network"
pascal@4852 6 SHORT_DESC="Implementation of RFC3720 userland utilities."
pascal@4852 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4852 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4852 9 WEB_SITE="http://www.open-iscsi.org/"
pascal@4852 10 WGET_URL="${WEB_SITE}bits/$TARBALL"
pascal@4852 11
pascal@4852 12 # Rules to configure and make the package.
pascal@4852 13 compile_rules()
pascal@4852 14 {
pascal@4852 15 cd $src
pascal@7433 16 sed -i 's/ install_kernel / /' Makefile
pascal@7433 17 make user
pascal@7433 18 make DESTDIR=$PWD/_pkg install
slaxemulator@6625 19
pascal@4852 20 }
pascal@4852 21
pascal@4852 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4852 23 genpkg_rules()
pascal@4852 24 {
pascal@4852 25 cp -a $_pkg/etc $fs
pascal@4852 26 cp -a $_pkg/sbin $fs
pascal@4852 27 }
pascal@4852 28