wok-4.x view lsscsi/receipt @ rev 777
get-b43-firmware: user should have to 'get-b43-firmware' to have wlan0 working out-of-the-box
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 12 17:27:29 2008 +0200 (2008-05-12) |
parents | |
children | a075ff895254 |
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 <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 }