Magellan Linux

Contents of /branches/R11-unstable/extras/xcb-util/xcb-util-0.4.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25861 - (show annotations) (download)
Tue Nov 25 04:24:43 2014 UTC (9 years, 5 months ago) by niro
File size: 466 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.4.0"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X C-language Bindings sample implementations."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 DEPEND=">= x11-libs/libxcb-1.11"
13
14 SDEPEND=">= dev-util/gperf-3.0.4
15 >= x11-proto/xproto-7"
16
17 sminclude xorg multilib
18
19 SRC_URI=(
20 http://xcb.freedesktop.org/dist/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://xcb.freedesktop.org/dist/ | grep '${PNAME}-[0-9]' | highesttarball"