Magellan Linux

Contents of /trunk/extras/xcb-util/xcb-util-0.4.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30565 - (show annotations) (download)
Mon Jan 29 11:52:57 2018 UTC (6 years, 2 months ago) by niro
File size: 473 byte(s)
auto added: ver bump to 0.4.0-r3
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.4.0"
5 PBUILD="r3"
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 mbuild
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"