Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/xcb-util/xcb-util-0.4.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10719 - (hide annotations) (download)
Thu Aug 31 08:07:50 2017 UTC (6 years, 8 months ago) by niro
File size: 578 byte(s)
-release branches/alx07x-unstable
1 niro 10391 # $Id$
2    
3     PNAME="xcb-util"
4     PVER="0.4.0"
5     PBUILD="r4"
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     ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.11"
15    
16     SDEPEND=">= dev-util/gperf-3.0.4
17     >= x11-proto/xproto-7
18     ${ALX_DEV_DEPEND}"
19    
20     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21     sminclude xorg multilib alx-split
22    
23     SRC_URI=(
24     http://xcb.freedesktop.org/dist/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd http://xcb.freedesktop.org/dist/ | grep '${PNAME}-[0-9]' | highesttarball"