wok diff nbd/receipt @ rev 23705

updated tmate (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue Apr 28 14:06:33 2020 +0100 (2020-04-28)
parents 59417e476a6e
children afae00265386
line diff
     1.1 --- a/nbd/receipt	Fri May 03 17:04:45 2019 +0100
     1.2 +++ b/nbd/receipt	Tue Apr 28 14:06:33 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nbd"
     1.7 -VERSION="3.19"
     1.8 +VERSION="3.20"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Remote block devices over a TCP/IP network."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -13,7 +13,8 @@
    1.13  
    1.14  SUGGESTED="linux-nbd"
    1.15  DEPENDS="glib pcre"
    1.16 -BUILD_DEPENDS="pkg-config glib-dev pcre-dev"
    1.17 +BUILD_DEPENDS="glib-dev pcre-dev pkg-config"
    1.18 +
    1.19  CONFIG_FILES="/etc/nbd-server"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22 @@ -36,5 +37,5 @@
    1.23  	cp -a $install/usr/bin	$fs/usr
    1.24  	cp -a $install/usr/sbin	$fs/usr
    1.25  
    1.26 -	touch $fs/etc/nbd-server/config
    1.27 +	touch			$fs/etc/nbd-server/config
    1.28  }