wok-next view lsscsi/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents b278b2018965
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lsscsi"
4 VERSION="0.21"
5 CATEGORY="system-tools"
6 SHORT_DESC="Lists information about SCSI devices"
7 MAINTAINER="devel@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"
13 #WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
15 compile_rules() {
16 ./configure \
17 --prefix=/usr \
18 $CONFIGURE_ARGS &&
19 make &&
20 install -Dm755 $src/lsscsi $install/usr/bin/lsscsi
21 }
23 genpkg_rules() {
24 copy @std
25 }