summaryrefslogtreecommitdiff
path: root/package/xbitmaps
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-25 21:18:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-25 21:18:50 +0100
commit58f64bd864061ae4810dc9fec6b0a1ffa5808478 (patch)
tree2690e02acd164f78dc369f178753e201a20633ce /package/xbitmaps
parent9a77177f6ddf4b451876c3696b64d3659b427049 (diff)
add xsetroot package
Diffstat (limited to 'package/xbitmaps')
-rw-r--r--package/xbitmaps/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/xbitmaps/Makefile b/package/xbitmaps/Makefile
new file mode 100644
index 000000000..cce8a1b69
--- /dev/null
+++ b/package/xbitmaps/Makefile
@@ -0,0 +1,16 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= xbitmaps
+PKG_VERSION:= 1.1.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e9ab0ddd7dba49b448643768547a275d
+PKG_DESCR:= prerequiste for xsetroot
+PKG_SECTION:= x11/libs
+PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/
+PKG_SUBPKGS:=
+
+include $(TOPDIR)/mk/package.mk
+include ${TOPDIR}/mk/pkg-bottom.mk