Magellan Linux

Contents of /trunk/extras/spice-protocol/spice-protocol-0.14.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33180 - (show annotations) (download)
Sat Oct 19 01:00:11 2019 UTC (4 years, 7 months ago) by niro
File size: 503 byte(s)
auto added: ver bump to 0.14.0-r1
1 # $Id$
2
3 PNAME="spice-protocol"
4 PVER="0.14.0"
5 PBUILD="r1"
6
7 PCAT="app-emulation"
8
9 DESCRIPTION="Spice protocol headers."
10 HOMEPAGE="https://spice-space.org/"
11
12 SRCFILE="${PNAME}-${PVER}.tar.bz2"
13 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
14
15 sminclude meson
16
17 UPLOAD_ID="f18acfa4a10482062b3f3484bddeb9fa"
18 SRC_URI=(
19 https://gitlab.freedesktop.org/spice/${PNAME}/uploads/${UPLOAD_ID}/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd https://gitlab.freedesktop.org/spice/${PNAME}/-/tags | highesttarball"