diff options
Diffstat (limited to 'libxcursor/libxcursor_1.1.2.oe')
-rw-r--r-- | libxcursor/libxcursor_1.1.2.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libxcursor/libxcursor_1.1.2.oe b/libxcursor/libxcursor_1.1.2.oe index e69de29bb2..3b147096ed 100644 --- a/libxcursor/libxcursor_1.1.2.oe +++ b/libxcursor/libxcursor_1.1.2.oe @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" + +SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2" +S = "${WORKDIR}/libXcursor-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DIR}/man +} |