wok annotate lsscsi/receipt @ rev 22330

updated zile (2.3.24 -> 2.4.14)
author Hans-G?nter Theisgen
date Fri Nov 15 11:30:01 2019 +0100 (2019-11-15)
parents 2a5cc8208d36
children c63cfbfd7df6
rev   line source
erjo@621 1 # SliTaz package receipt.
erjo@621 2
erjo@621 3 PACKAGE="lsscsi"
Hans-G?nter@21380 4 VERSION="0.30"
erjo@621 5 CATEGORY="system-tools"
erjo@621 6 SHORT_DESC="Lists information about SCSI devices."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
Hans-G?nter@21380 9 WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
Hans-G?nter@21380 10
erjo@621 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@2559 12 WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
erjo@621 13
erjo@621 14 # Rules to configure and make the package.
erjo@621 15 compile_rules()
erjo@621 16 {
pascal@1498 17 ./configure --prefix=/usr $CONFIGURE_ARGS &&
Hans-G?nter@21380 18 make -j 1 &&
Hans-G?nter@21380 19 make install
erjo@621 20 }
erjo@621 21
erjo@621 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 23 genpkg_rules()
erjo@621 24 {
Hans-G?nter@21380 25 mkdir -p $fs/usr
Hans-G?nter@21380 26 cp -a $install/usr/bin $fs/usr
erjo@621 27 }