Magellan Linux

Contents of /branches/R11-stable/core/xcb-proto/xcb-proto-1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14965 - (show annotations) (download)
Wed Jan 2 09:44:39 2013 UTC (11 years, 4 months ago) by niro
File size: 409 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xcb-proto"
4 PVER="1.8"
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 sminclude xorg multilib
13
14 DEPEND=">= dev-libs/libxml2-2.7"
15
16 SRC_URI=(
17 http://xcb.freedesktop.org/dist/${SRCFILE}
18 mirror://${PNAME}/${SRCFILE}
19 )
20
21 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"