mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 08:02:22 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
442 B
BlitzBasic
18 lines
442 B
BlitzBasic
SECTION = "libs"
|
|
LICENSE = "Xorg"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DEPENDS = "xextensions"
|
|
DESCRIPTION = "X Resource usage extension headers"
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/resourceext-${PV}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
oe_runmake install prefix=${STAGING_DIR} \
|
|
bindir=${STAGING_BINDIR} \
|
|
includedir=${STAGING_INCDIR} \
|
|
libdir=${STAGING_LIBDIR} \
|
|
datadir=${STAGING_DATADIR}
|
|
}
|