diff options
Diffstat (limited to 'xpm/xpm_cvs.oe')
-rw-r--r-- | xpm/xpm_cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xpm/xpm_cvs.oe b/xpm/xpm_cvs.oe index e69de29bb2..2e33482f32 100644 --- a/xpm/xpm_cvs.oe +++ b/xpm/xpm_cvs.oe @@ -0,0 +1,16 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto x11" +DESCRIPTION = "X Pixmap library." + +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} +} |