mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
357 B
BlitzBasic
14 lines
357 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "MIT"
|
|
DEPENDS = "libx11 libxau libxmu libxext"
|
|
DESCRIPTION = "X authority file utility"
|
|
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
|
|
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
|