wok annotate open-iscsi/receipt @ rev 8848
Up: libburn to 1.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 24 22:24:14 2011 +0000 (2011-02-24) |
parents | 4db9d03b37f4 |
children | 44b5e07e53a8 |
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" |
slaxemulator@7438 | 11 DEPENDS="linux-scsi" |
pascal@4852 | 12 |
pascal@4852 | 13 # Rules to configure and make the package. |
pascal@4852 | 14 compile_rules() |
pascal@4852 | 15 { |
pascal@4852 | 16 cd $src |
pascal@7433 | 17 sed -i 's/ install_kernel / /' Makefile |
pascal@7433 | 18 make user |
pascal@7433 | 19 make DESTDIR=$PWD/_pkg install |
slaxemulator@6625 | 20 |
pascal@4852 | 21 } |
pascal@4852 | 22 |
pascal@4852 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4852 | 24 genpkg_rules() |
pascal@4852 | 25 { |
pascal@4852 | 26 cp -a $_pkg/etc $fs |
pascal@4852 | 27 cp -a $_pkg/sbin $fs |
pascal@4852 | 28 } |
pascal@4852 | 29 |