blob: 169de7a79776708a7cb73a4fc6d75bd938f0ec7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "MIT"
DEPENDS = "virtual/libx11 libxau libxmu libxext"
DESCRIPTION = "X authority file utility"
SECTION = "x11/base"
PR = "r2"
SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xauth \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/xauth"
inherit autotools pkgconfig
|