Magellan Linux

Contents of /trunk/extras/xcb-proto/xcb-proto-1.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30669 - (show annotations) (download)
Tue Mar 6 12:39:01 2018 UTC (6 years, 1 month ago) by niro
File size: 510 byte(s)
auto added: ver bump to 1.13-r1
1 # $Id$
2
3 PNAME="xcb-proto"
4 PVER="1.13"
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 # disabled atm - see https://bugs.freedesktop.org/show_bug.cgi?id=95494
15 msetfeature "!check"
16 sminclude xorg multilib mbuild
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/?C=M;O=A' | grep ${PNAME}- | lasttarball"