Magellan Linux

Contents of /branches/R11-unstable/extras/xcb-util-image/xcb-util-image-0.4.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32358 - (show annotations) (download)
Mon Apr 29 12:20:43 2019 UTC (5 years ago) by niro
File size: 460 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xcb-util-image"
4 PVER="0.4.0"
5 PBUILD="r3"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 DEPEND=">= x11-libs/xcb-util-0.3.9"
13
14 sminclude xorg multilib mbuild
15
16 SRC_URI=(
17 http://xcb.freedesktop.org/dist/${SRCFILE}
18 mirror://${PNAME}/${SRCFILE}
19 )
20
21 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"