From e20f26d7814ebcfccb5a02cd609bf9892c234c7e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 16 Oct 2006 13:59:14 +0000 Subject: rename xorg-lib to something more appropriate --- .../freedesktop-premodular-xlibs/libxcursor_1.1.2.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb (limited to 'packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb') diff --git a/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb b/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb new file mode 100644 index 0000000000..8ed426fec3 --- /dev/null +++ b/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +LICENSE= "BSD-X" +PRIORITY = "optional" +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" +PR = "r2" + +SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libXcursor-${PV}" +FILES_${PN} += "${libdir}/libXcursor.so" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + -- cgit v1.2.3