Magellan Linux

Contents of /smage/trunk/core/xcb-util/xcb-util-0.3.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3833 - (show annotations) (download)
Thu Jul 19 13:06:59 2012 UTC (11 years, 10 months ago) by niro
File size: 540 byte(s)
-moved to 'core'
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.3.9"
5 PBUILD="r1"
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.7"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= dev-util/gperf-3.0.4
16 >= x11-proto/xproto-7"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19 sminclude xorg multilib alx-split
20
21 SRC_URI=(
22 http://xcb.freedesktop.org/dist/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"