Magellan Linux

Contents of /smage/trunk/core/xcb-proto/xcb-proto-1.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1573 - (show annotations) (download)
Thu Mar 3 14:34:30 2011 UTC (13 years, 1 month ago) by niro
File size: 489 byte(s)
-rev bump for mass rebuild
1 # $Id: xcb-proto-1.6-r1.smage2 5280 2010-04-20 18:45:02Z niro $
2
3 PNAME="xcb-proto"
4 PVER="1.6"
5 PBUILD="r3"
6
7 PCATEGORIE="x11-proto"
8 STATE="unstable"
9
10 DESCRIPTION="X protocol C-language Binding (XCB) protocols."
11 HOMEPAGE="http://xcb.freedesktop.org/"
12
13 sminclude xorg multilib
14
15 DEPEND=">= dev-libs/libxml2-2.7"
16
17 SRC_URI=(
18 http://xcb.freedesktop.org/dist/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )
21
22 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"