wok view lsscsi/receipt @ rev 1222

squirrelmail-multilogin, squirrelmail-vkeyboard, squirrelmail-archive: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 10 08:15:15 2008 +0000 (2008-08-10)
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 }