Magellan Linux

Contents of /branches/magellan-next/core/xhost/xhost-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7970 - (show annotations) (download)
Mon Jun 27 20:00:01 2011 UTC (12 years, 10 months ago) by niro
File size: 428 byte(s)
auto added: ver bump to 1.0.4-r1
1 # $Id: xhost-1.0.3-r1.smage2 3447 2009-10-21 20:17:18Z niro $
2
3 PNAME="xhost"
4 PVER="1.0.4"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Server access control program for X."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=">= x11-libs/libX11-1.4
14 >= x11-libs/libXmu-1"
15
16 sminclude xorg
17
18 UP2DATE="updatecmd_xorg ${PNAME}"
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --enable-ipv6 || die
25 mmake || die
26 }