summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xcursorgen
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xcursorgen')
-rw-r--r--meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb
new file mode 100644
index 000000000..e5ece21fa
--- /dev/null
+++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb
@@ -0,0 +1,12 @@
1LICENSE = "ManishSingh"
2LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2"
3
4DEPENDS = "libpng libxcursor"
5
6SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.bz2"
7SRC_URI[md5sum] = "09f56978a62854534deacc8aa8ff3031"
8SRC_URI[sha256sum] = "bc7171a0fa212da866fca2301241630e2009aea8c4ddb75f21b51a31c2e4c581"
9
10inherit autotools
11
12BBCLASSEXTEND = "native"