blob: 95bc2203eb7965ffbf3be14183c9c558d874a67b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0cvs${CVSDATE}"
DEPENDS = "x11 xau xmu xext"
DESCRIPTION = "X authority file utility"
MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
SECTION = "x11/base"
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/xauth"
inherit autotools pkgconfig
|