summaryrefslogtreecommitdiff
path: root/packages/xlibs/libxcursor_1.1.5.2.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-12 15:17:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-12 15:17:01 +0000
commit2783d7b54ce80f62097bbe6e70555f8cfa09245b (patch)
treedce31d889c0bb8440b7362b18666e11ca2f45039 /packages/xlibs/libxcursor_1.1.5.2.bb
parent515d783c734c2369b4b18cc2d8f46ebdfe11bd5e (diff)
X11R7.0: X libraries
Diffstat (limited to 'packages/xlibs/libxcursor_1.1.5.2.bb')
-rw-r--r--packages/xlibs/libxcursor_1.1.5.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/xlibs/libxcursor_1.1.5.2.bb b/packages/xlibs/libxcursor_1.1.5.2.bb
new file mode 100644
index 0000000000..d20b52d0f0
--- /dev/null
+++ b/packages/xlibs/libxcursor_1.1.5.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "X Cursor library"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+#MAINTAINER = ""
+LICENSE= "BSD-X"
+
+DEPENDS = "libxfixes"
+
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/libXcursor-${PV}.tar.bz2"
+S = "${WORKDIR}/libXcursor-${PV}"
+
+FILES_${PN} += "${libdir}/libXcursor.so"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}