summaryrefslogtreecommitdiffstats
path: root/package/comix-cursors
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-13 16:37:04 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-19 15:32:29 +0100
commit47e0779792f078f0790ac75ec6e54915bdbff5c2 (patch)
treeb9ba44dc305a09c1e6ea78014fa983b9f2881b79 /package/comix-cursors
parentae2faeffb17d0df02508cc37788139ba506ede2d (diff)
downloadbuildroot-47e0779792f078f0790ac75ec6e54915bdbff5c2.tar.gz
buildroot-47e0779792f078f0790ac75ec6e54915bdbff5c2.zip
comix-cursors: new package
[Thomas: - rename from comix_cursors to comix-cursors - change prompt from comix to comix-cursors in order to match the package name - use <pkg>_STRIP_COMPONENTS instead of overriding the extract commands. - the license is GPLv3 according to the project website.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/comix-cursors')
-rw-r--r--package/comix-cursors/Config.in6
-rw-r--r--package/comix-cursors/comix-cursors.hash2
-rw-r--r--package/comix-cursors/comix-cursors.mk19
3 files changed, 27 insertions, 0 deletions
diff --git a/package/comix-cursors/Config.in b/package/comix-cursors/Config.in
new file mode 100644
index 0000000000..ac7a089c36
--- /dev/null
+++ b/package/comix-cursors/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_COMIX_CURSORS
+ bool "comix-cursors"
+ help
+ X11 mouse theme with a comics feeling.
+
+ http://kde-look.org/content/show.php/ComixCursors?content=32627
diff --git a/package/comix-cursors/comix-cursors.hash b/package/comix-cursors/comix-cursors.hash
new file mode 100644
index 0000000000..d7f33ca078
--- /dev/null
+++ b/package/comix-cursors/comix-cursors.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31 ComixCursors-0.8.2.tar.bz2
diff --git a/package/comix-cursors/comix-cursors.mk b/package/comix-cursors/comix-cursors.mk
new file mode 100644
index 0000000000..f8e8284055
--- /dev/null
+++ b/package/comix-cursors/comix-cursors.mk
@@ -0,0 +1,19 @@
+################################################################################
+#
+# comix-cursors
+#
+################################################################################
+
+COMIX_CURSORS_VERSION = 0.8.2
+COMIX_CURSORS_SITE = http://limitland.de/downloads/comixcursors
+COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
+COMIX_CURSORS_LICENSE = GPLv3
+COMIX_CURSORS_STRIP_COMPONENTS = 0
+
+define COMIX_CURSORS_INSTALL_TARGET_CMDS
+ mkdir -p $(TARGET_DIR)/usr/share/cursors/xorg-x11
+ cp -a $(@D)/* \
+ $(TARGET_DIR)/usr/share/cursors/xorg-x11
+endef
+
+$(eval $(generic-package))
OpenPOWER on IntegriCloud