Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/xcb-util/xcb-util-0.3.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2646 - (show annotations) (download)
Mon Jul 11 09:37:05 2011 UTC (12 years, 11 months ago) by niro
File size: 567 byte(s)
-alxify
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.3.8"
5 PBUILD="r1"
6
7 PCATEGORIE="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_ONLY_KEEP="usr/$(mlibdir)/*.so 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"