mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
21 lines
532 B
BlitzBasic
21 lines
532 B
BlitzBasic
PV = "0.0cvs${CVSDATE}"
|
|
LICENSE= "MIT"
|
|
SECTION = "x11/libs"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DESCRIPTION = "X protocol and ancillary headers."
|
|
|
|
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto"
|
|
S = "${WORKDIR}/Xproto"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|
|
do_stage() {
|
|
oe_runmake install prefix=${STAGING_DIR} \
|
|
bindir=${STAGING_BINDIR} \
|
|
includedir=${STAGING_INCDIR} \
|
|
libdir=${STAGING_LIBDIR} \
|
|
datadir=${STAGING_DATADIR} \
|
|
mandir=${STAGING_DATADIR}/man
|
|
}
|