Magellan Linux

Contents of /trunk/extras/bcache-tools/bcache-tools-1.0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32071 - (show annotations) (download)
Fri Mar 22 23:26:50 2019 UTC (5 years, 1 month ago) by niro
File size: 539 byte(s)
auto added: ver bump to 1.0.8-r1
1 # $Id$
2
3 PNAME="bcache-tools"
4 PVER="1.0.8"
5 PBUILD="r1"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="Userspace tools Linux kernel block layer cache."
10 HOMEPAGE="http://bcache.evilpiepirate.org/"
11
12 DEPEND=">= sys-apps/util-linux-2"
13
14 SRCFILE="v${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 https://github.com/g2p/${PNAME}/archive/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2SEPERATOR="v"
25 UP2DATE="updatecmd https://github.com/g2p/bcache-tools/releases | highesttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mmake || die
31 }