Magellan Linux

Contents of /smage/branches/alx07x-stable/core/xcb-proto/xcb-proto-1.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9963 - (show annotations) (download)
Thu Aug 3 14:29:37 2017 UTC (6 years, 8 months ago) by niro
File size: 410 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="xcb-proto"
4 PVER="1.12"
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 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"