Magellan Linux

Contents of /smage/trunk/core/xauth/xauth-1.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1158 - (show annotations) (download)
Thu Jan 27 22:14:08 2011 UTC (13 years, 3 months ago) by niro
File size: 589 byte(s)
auto added: ver bump to 1.0.5-r1
1 # $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="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 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 }