Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xcb-proto/xcb-proto-1.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14536 - (show annotations) (download)
Tue Aug 4 11:16:11 2020 UTC (3 years, 8 months ago) by niro
File size: 448 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="xcb-proto"
4 PVER="1.14"
5 PBUILD="r1"
6
7 PCAT="x11-proto"
8
9 DESCRIPTION="X protocol C-language Binding (XCB) protocols."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 DEPEND=">= dev-libs/libxml2-2.7"
13
14 sminclude xorg multilib mbuild
15
16 SRCFILE="${PNAME}-${PVER}.tar.xz"
17
18 SRC_URI=(
19 http://xcb.freedesktop.org/dist/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd http://xcb.freedesktop.org/dist/ | grep ${PNAME}- | highesttarball xz"