Magellan Linux

Annotation of /smage/trunk/core/xauth/xauth-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 280 - (hide annotations) (download)
Tue Apr 27 14:01:01 2010 UTC (14 years ago) by niro
File size: 535 byte(s)
auto added: ver bump to 1.0.4-r1
1 niro 277 # $Id$
2    
3     PNAME="xauth"
4     PVER="1.0.4"
5     PBUILD="r1"
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 niro 280 MCORE_ONLY_KEEP="usr/bin/xauth"
19     sminclude xorg mcore-split
20 niro 277
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     }

Properties

Name Value
svn:keywords Id