1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
PV = "6.0.3+cvs${SRCDATE}" LICENSE = "MIT-X" SECTION = "libs" PRIORITY = "optional" DEPENDS = "x11 ice" DESCRIPTION = "Session management library" PR = "r1" DEFAULT_PREFERENCE="-1" SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=SM" S = "${WORKDIR}/SM" inherit autotools pkgconfig do_stage () { autotools_stage_all }