Magellan Linux

Annotation of /smage/trunk/core/xauth/xauth-1.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1571 - (hide annotations) (download)
Thu Mar 3 14:34:13 2011 UTC (13 years, 2 months ago) by niro
File size: 589 byte(s)
-rev bump for mass rebuild
1 niro 1571 # $Id: xauth-1.0.4-r1.smage2 280 2010-04-27 14:01:01Z niro $
2    
3     PNAME="xauth"
4     PVER="1.0.5"
5     PBUILD="r2"
6    
7     PCATEGORIE="x11-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="The xauth program is used to edit and display the authorization information used in connecting to the X server."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     DEPEND=">= x11-libs/libX11-1
14     >= x11-libs/libXau-1
15     >= x11-libs/libXext-1
16     >= x11-libs/libXmu-1"
17    
18     MCORE_ONLY_KEEP="usr/bin/xauth"
19     sminclude xorg mcore-split
20    
21     UP2DATE="updatecmd_xorg ${PNAME}"
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26    
27     xorg_src_configure --enable-ipv6 || die
28     mmake || die
29     }