mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
21 lines
550 B
BlitzBasic
21 lines
550 B
BlitzBasic
PV = "0.0cvs${CVSDATE}"
|
|
LICENSE = "MIT-X"
|
|
SECTION = "libs"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DEPENDS = "xextensions fixesext"
|
|
DESCRIPTION = "X Damage extension headers and specification"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt"
|
|
S = "${WORKDIR}/DamageExt"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
oe_runmake install prefix=${STAGING_DIR} \
|
|
bindir=${STAGING_BINDIR} \
|
|
includedir=${STAGING_INCDIR} \
|
|
libdir=${STAGING_LIBDIR} \
|
|
datadir=${STAGING_DATADIR}
|
|
}
|