mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/nbd: upgrade to 3.13
This commit is contained in:
parent
9f8a72dc8b
commit
4828bf93bc
@ -1,20 +1,21 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=nbd
|
||||
pkgver=3.10
|
||||
pkgver=3.13
|
||||
pkgrel=0
|
||||
pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
|
||||
pkgdesc="Tools for network block devices"
|
||||
url="http://nbd.sourceforge.net"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL2"
|
||||
depends=""
|
||||
depends_dev="glib-dev"
|
||||
makedepends="$depends_dev linux-headers"
|
||||
depends_dev=""
|
||||
makedepends="glib-dev linux-headers"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/nbd/nbd-$pkgver.tar.xz"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
|
||||
_builddir="$srcdir"/nbd-$pkgver
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
@ -33,7 +34,6 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--enable-lfs \
|
||||
--enable-syslog \
|
||||
@ -46,6 +46,6 @@ package() {
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="c39aea16c30850812c0137714668b0f3 nbd-3.10.tar.xz"
|
||||
sha256sums="6fc53a7a67ab6c786586ee155b76b502d3ff14f4233e9077957968b3bf3847ce nbd-3.10.tar.xz"
|
||||
sha512sums="39b0190e136783ba765079340858c82992392e5711ec046238eb47f9de07163f7d4289b6b1abd35d9d35e61c7ea53fefa3c9dfc7de0deba699663b392277cd4e nbd-3.10.tar.xz"
|
||||
md5sums="784be37497cc2f9a53c67c8c77d1676d nbd-3.13.tar.xz"
|
||||
sha256sums="8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d nbd-3.13.tar.xz"
|
||||
sha512sums="da1f6c1aab10baf7ef10062481f3a26dfa142f5cfc21fb7abc90f6eb9906df619331dbb36b693c52d4a7a5fe0923f6179b59eea74033cb1278dca99b192cdbff nbd-3.13.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user