mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
19 lines
455 B
BlitzBasic
19 lines
455 B
BlitzBasic
PV = "0.0cvs${CVSDATE}"
|
|
LICENSE = "X-BSD"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DEPENDS = "xproto x11"
|
|
DESCRIPTION = "X Pixmap library."
|
|
PR = "r1"
|
|
|
|
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm"
|
|
S = "${WORKDIR}/Xpm"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage () {
|
|
install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h
|
|
oe_libinstall -a -so -C lib libXpm ${STAGING_LIBDIR}
|
|
}
|