wok-next view lsscsi/receipt @ rev 18581
Up geos (3.5.0), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 11 15:20:53 2015 +0100 (2015-11-11) |
parents | 6dc66b3c34a2 |
children | b278b2018965 |
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
11 WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
12 #WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }