]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ice/ice_cvs.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ice / ice_cvs.bb
1 PV = "0.0cvs${CVSDATE}"
2 LICENSE= "MIT"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6 DEPENDS = "x11"
7 DESCRIPTION = "X11 ICE library"
8 PR = "r1"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ICE"
11 S = "${WORKDIR}/ICE"
12
13 inherit autotools pkgconfig 
14
15 do_stage () {
16         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
17 }