Magellan Linux

Annotation of /branches/R11-stable/extras/xcb-util-wm/xcb-util-wm-0.4.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23140 - (hide annotations) (download)
Thu Oct 30 15:20:56 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/xcb-util-wm/xcb-util-wm-0.4.1-r2.smage2
File size: 437 byte(s)
-rebuild, use new features of xorg.sminc
1 niro 23140 # $Id$
2    
3     PNAME="xcb-util-wm"
4     PVER="0.4.1"
5     PBUILD="r2"
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     DEPEND=">= x11-libs/libxcb-1.11"
13    
14     sminclude xorg multilib
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 | grep ${PNAME}- | highesttarball"