Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14535 - (hide annotations) (download)
Tue Aug 4 11:16:03 2020 UTC (3 years, 9 months ago) by niro
File size: 579 byte(s)
-release branches/alx07x-unstable
1 niro 14149 # $Id$
2    
3     PNAME="xcb-util"
4     PVER="0.4.0"
5     PBUILD="r7"
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.14"
13    
14     ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.14"
15    
16     SDEPEND=">= dev-util/gperf-3.1
17     >= virtual/xproto
18     ${ALX_DEV_DEPEND}"
19    
20     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21     sminclude xorg multilib mbuild 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"