wok annotate lsscsi/receipt @ rev 21649

Up ffmpegthumbnailer-dev (2.2.0), lucene++-dev (3.0.7+git), xine-fonts (1.2.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 10:51:27 2019 +0200 (2019-05-30)
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 }