wok-next view sg3_utils/receipt @ rev 20126
get-vivaldi -> vivaldi. Update ldd runtime dependencies.
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Tue Oct 31 12:04:50 2017 +0200 (2017-10-31) | 
| parents | 80a234c03f35 | 
| children | f496af4fe2bf | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="sg3_utils"
     4 VERSION="1.29"
     5 CATEGORY="system-tools"
     6 SHORT_DESC="Low level utilities for devices that use a SCSI command set."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="GPL BSD"
     9 TARBALL="$PACKAGE-$VERSION.tgz"
    10 WEB_SITE="http://sg.danny.cz/sg/"
    11 WGET_URL="http://sg.danny.cz/sg/p/$TARBALL"
    13 DEPENDS="libsgutils2"
    14 BUILD_DEPENDS=""
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	./configure \
    21 		$CONFIGURE_ARGS &&
    22 	make && make install
    23 }
    25 # Rules to gen a SliTaz package suitable for Tazpkg.
    26 genpkg_rules()
    27 {
    28 	mkdir -p $fs/usr/lib
    29 	cp -a $install/usr/bin $fs/usr
    30 	[ -x "/usr/bin/cook" ] && cook libsgutils2
    31 }