Magellan Linux

Contents of /branches/R11-stable/extras/xcb-util-wm/xcb-util-wm-0.3.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19312 - (show annotations) (download)
Tue Sep 3 15:01:33 2013 UTC (10 years, 8 months ago) by niro
File size: 535 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xcb-util-wm"
4 PVER="0.3.9"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Utility libraries for XC Binding - client and window-manager helpers for ICCCM."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 sminclude xorg multilib
13
14 DEPEND=">= x11-libs/libxcb-1.7"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= x11-proto/xproto-7
18 >= x11-misc/util-macros-1.17"
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"