wok-next annotate lsscsi/receipt @ rev 20837

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents 2a5cc8208d36
children d5aab818505e
rev   line source
al@20481 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="lsscsi"
pascal@1498 4 VERSION="0.21"
erjo@621 5 CATEGORY="system-tools"
al@20481 6 SHORT_DESC="Lists information about SCSI devices"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@20481 9 WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
al@20481 10
erjo@621 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@2559 12 WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
pascal@2559 13 #WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
erjo@621 14
al@20481 15 compile_rules() {
al@20481 16 ./configure \
al@20481 17 --prefix=/usr \
al@20481 18 $CONFIGURE_ARGS &&
al@20481 19 make &&
al@20481 20 install -Dm755 $src/lsscsi $install/usr/bin/lsscsi
erjo@621 21 }
erjo@621 22
al@20481 23 genpkg_rules() {
al@20481 24 copy @std
erjo@621 25 }