mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 01:49:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
449 B
BlitzBasic
20 lines
449 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "X-BSD"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DEPENDS = "xproto libx11"
|
|
PROVIDES = "xpm"
|
|
DESCRIPTION = "X Pixmap library."
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${FREEDESKTOP_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}
|
|
}
|