wok view lsscsi/receipt @ rev 23969

updated dpkg (1.16.12 -> 1.17.27) again
author Hans-G?nter Theisgen
date Sun Oct 04 07:34:51 2020 +0100 (2020-10-04)
parents a5e3dd4b5d74
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="lsscsi"
4 VERSION="0.31"
5 CATEGORY="system-tools"
6 SHORT_DESC="Lists information about SCSI devices."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure \
18 --prefix=/usr \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }