Magellan Linux

Contents of /smage/trunk/extras/xcb-util/xcb-util-0.3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1687 - (show annotations) (download)
Tue Apr 5 13:19:58 2011 UTC (13 years, 1 month ago) by niro
File size: 588 byte(s)
-mcorify
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.3.6"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="X C-language Bindings sample implementations."
11 HOMEPAGE="http://xcb.freedesktop.org/"
12
13 DEPEND=">= x11-libs/libxcb-1.7"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-util/gperf-3.0.4
17 >= x11-proto/xproto-7"
18
19 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
20 sminclude xorg multilib mcore-split
21
22 SRC_URI=(
23 http://xcb.freedesktop.org/dist/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"