Magellan Linux

Contents of /smage/trunk/extras/drbd-utils/drbd-utils-9.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12958 - (show annotations) (download)
Tue Mar 12 11:49:57 2019 UTC (5 years, 1 month ago) by niro
File size: 501 byte(s)
auto added: ver bump to 9.8.0-r1
1 # $Id$
2
3 PNAME="drbd-utils"
4 PVER="9.8.0"
5 PBUILD="r1"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="Userland tools for Distributed Replicated Block Device."
10 HOMEPAGE="https://www.drbd.org/"
11
12 DEPEND=">= virtual/glibc
13 >= sys-libs/libuuid-2.30"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 mirror://${PNAME}/${SRCFILE}
22 https://www.linbit.com/downloads/drbd/utils/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://www.linbit.com/downloads/drbd/utils/ | highesttarball gz"