Files
poky/openembedded/packages/xlibs/libxdmcp_0.1.3.bb
Richard Purdie b783a3e2f6 Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-03-24 07:51:48 +00:00

19 lines
397 B
BlitzBasic

SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE= "MIT"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto"
PROVIDES = "xdmcp"
DESCRIPTION = "X Display Manager Control Protocol library."
PR = "r1"
S = "${WORKDIR}/libXdmcp-${PV}"
SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}