Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6321 - (show annotations) (download)
Tue Mar 31 11:01:27 2015 UTC (9 years, 2 months ago) by niro
File size: 494 byte(s)
auto added: ver bump to 0.4.0-r1
1 # $Id$
2
3 PNAME="xcb-util-image"
4 PVER="0.4.0"
5 PBUILD="r1"
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 SDEPEND=">= x11-libs/xcb-util-dev-0.3.9"
14
15 sminclude xorg multilib
16
17 SRC_URI=(
18 http://xcb.freedesktop.org/dist/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )
21
22 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"