Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/xcb-proto/xcb-proto-1.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14536 - (hide annotations) (download)
Tue Aug 4 11:16:11 2020 UTC (3 years, 9 months ago) by niro
File size: 448 byte(s)
-release branches/alx07x-unstable
1 niro 14066 # $Id$
2    
3     PNAME="xcb-proto"
4     PVER="1.14"
5     PBUILD="r1"
6    
7     PCAT="x11-proto"
8    
9     DESCRIPTION="X protocol C-language Binding (XCB) protocols."
10     HOMEPAGE="http://xcb.freedesktop.org/"
11    
12     DEPEND=">= dev-libs/libxml2-2.7"
13    
14     sminclude xorg multilib mbuild
15    
16 niro 14067 SRCFILE="${PNAME}-${PVER}.tar.xz"
17 niro 14066
18     SRC_URI=(
19     http://xcb.freedesktop.org/dist/${SRCFILE}
20     mirror://${PNAME}/${SRCFILE}
21     )
22    
23     UP2DATE="updatecmd http://xcb.freedesktop.org/dist/ | grep ${PNAME}- | highesttarball xz"