Files
poky/openembedded/packages/xlibs/xpm_cvs.bb
Richard Purdie d614461fe9 Use FREEDESKTOP_CVS instead of a hardcoded address
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@337 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-03-24 08:33:39 +00:00

19 lines
429 B
BlitzBasic

PV = "0.0+cvs${SRCDATE}"
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 = "${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}
}