Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1803 - (show annotations) (download)
Fri Sep 23 18:42:18 2011 UTC (12 years, 7 months ago) by niro
File size: 415 byte(s)
auto added: ver bump to 1.6-r4
1 # $Id$
2
3 PNAME="xcb-proto"
4 PVER="1.6"
5 PBUILD="r4"
6
7 PCATEGORIE="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"