
Receipt for package "lsscsi"
# SliTaz package receipt. PACKAGE="lsscsi" VERSION="0.32" CATEGORY="system-tools" SHORT_DESC="Lists information about SCSI devices." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="https://sg.danny.cz/scsi/lsscsi.html" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="https://sg.danny.cz/scsi/$TARBALL" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)