nbd: update to 3.7.

This commit is contained in:
Juan RP 2014-01-22 13:19:38 +01:00
parent 5dbffa72b8
commit 2f9a221fd3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nbd'
pkgname=nbd
version=3.6
version=3.7
revision=1
build_style=gnu-configure
configure_args="--enable-syslog --sbindir=/usr/bin"
@ -13,10 +13,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://nbd.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/nbd/nbd-${version}.tar.gz"
checksum=56a079fd6252e8efc88a2da16be8be50bf86740a6135747241c9cdbd75191bd5
checksum=a10523e02d2517b17c26120969544283094137c3989c9f39980b75de64894b61
post_install() {
vinstall ${FILESDIR}/config 644 etc/nbd-server
vinstall ${FILESDIR}/nbd.service 644 usr/lib/systemd/system
vinstall README 644 usr/share/doc/nbd
vinstall doc/README 644 usr/share/doc/nbd
}