wok view lsscsi/receipt @ rev 10220

Up: xorg-libSM to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:58:57 2011 +0000 (2011-05-20)
parents 8e44b7502050
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="lsscsi"
4 VERSION="0.21"
5 CATEGORY="system-tools"
6 SHORT_DESC="Lists information about SCSI devices."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
10 WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
11 #WGET_URL="http://www.sfr-fresh.com/linux/misc/$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/bin
25 cp -a $src/$PACKAGE $fs/usr/bin
26 }