wok-next view lsscsi/receipt @ rev 1012

Add: tk8.4, tk5.4-dev, tcl8.4, tcl8.4-dev (tcl & tcl-dev must be removed).
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 08 01:18:51 2008 +0200 (2008-07-08)
parents 6a9428a46323
children f86919dd94e7
line source
1 # SliTaz package receipt.
3 PACKAGE="lsscsi"
4 VERSION="0.19"
5 CATEGORY="system-tools"
6 SHORT_DESC="Lists information about SCSI devices."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://sg.torque.net/scsi/lsscsi.html"
11 WGET_URL="http://sg.torque.net/scsi/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr $CONFIGURE_ARGS
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $src/$PACKAGE $fs/usr
26 }