mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
nbd: update to 3.19.
This commit is contained in:
parent
a369a20fdf
commit
438cafbb35
1 changed files with 7 additions and 6 deletions
|
@ -1,26 +1,27 @@
|
||||||
# Template file for 'nbd'
|
# Template file for 'nbd'
|
||||||
pkgname=nbd
|
pkgname=nbd
|
||||||
version=3.18
|
version=3.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-syslog"
|
configure_args="--enable-syslog"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
system_accounts="nbd"
|
|
||||||
nbd_homedir="/var/chroot"
|
|
||||||
conf_files="/etc/nbd-server/config"
|
|
||||||
short_desc="Network Block Device utilities"
|
short_desc="Network Block Device utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://nbd.sourceforge.io/"
|
homepage="https://nbd.sourceforge.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/nbd/nbd-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/nbd/nbd-${version}.tar.gz"
|
||||||
checksum=e5ba5544db396e8ade99586c441d01d08089cccdc4eb0d691916acb371b512d4
|
checksum=f0b52d03f35fee3a00d2f7c27974dce8fc797f35c708786e36fd2cd2fe48879d
|
||||||
|
|
||||||
|
system_accounts="nbd"
|
||||||
|
nbd_homedir="/var/chroot"
|
||||||
|
conf_files="/etc/nbd-server/config"
|
||||||
|
|
||||||
CFLAGS+="-DPROG_NAME='\"nbd-client\"'"
|
CFLAGS+="-DPROG_NAME='\"nbd-client\"'"
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
# skip systemd unit
|
# skip systemd unit
|
||||||
sed -i '/^SUBDIRS =/s/systemd//' -i Makefile
|
vsed -e '/^SUBDIRS =/s/systemd//' -i Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue