Magellan Linux

Contents of /smage/trunk/core/xcb-util-image/xcb-util-image-0.4.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10448 - (show annotations) (download)
Tue Aug 22 11:37:51 2017 UTC (6 years, 8 months ago) by niro
File size: 541 byte(s)
auto added: ver bump to 0.4.0-r4
1 # $Id$
2
3 PNAME="xcb-util-image"
4 PVER="0.4.0"
5 PBUILD="r4"
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 ALX_DEV_DEPEND=">= x11-libs/xcb-util-dev-0.3.9"
15
16 SDEPEND="${ALX_DEV_DEPEND}"
17
18 sminclude xorg multilib alx-split
19
20 SRC_URI=(
21 http://xcb.freedesktop.org/dist/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"