Magellan Linux

Annotation of /branches/R11-stable/extras/xcb-proto/xcb-proto-1.11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23071 - (hide annotations) (download)
Thu Oct 30 12:48:43 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/xcb-proto/xcb-proto-1.11-r2.smage2
File size: 410 byte(s)
-rebuild, use new features of xorg.sminc
1 niro 23071 # $Id$
2    
3     PNAME="xcb-proto"
4     PVER="1.11"
5     PBUILD="r2"
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
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"