Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15968 - (show annotations) (download)
Wed Aug 30 14:06:28 2023 UTC (9 months ago) by niro
File size: 654 byte(s)
-ver bump to 0.4.1-r1
1 # $Id$
2
3 PNAME="xcb-util"
4 PVER="0.4.1"
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.15"
13 ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.15"
14
15 SDEPEND=">= dev-util/gperf-3.1
16 >= virtual/xproto
17 ${ALX_DEV_DEPEND}"
18
19 ALX_PKG_KEEP="usr/$(MABI=m64 mlibdir)/*.so.*"
20 ALX_LIB32_PKG_KEEP="usr/$(MABI=m32 mlibdir)/*.so.*"
21 sminclude xorg multilib mbuild lib32-split 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 xz"