From 58f64bd864061ae4810dc9fec6b0a1ffa5808478 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Nov 2010 21:18:50 +0100 Subject: add xsetroot package --- package/libXcursor/Makefile | 23 +++++++++++++++++++++++ package/xbitmaps/Makefile | 16 ++++++++++++++++ package/xsetroot/Makefile | 25 +++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 package/libXcursor/Makefile create mode 100644 package/xbitmaps/Makefile create mode 100644 package/xsetroot/Makefile diff --git a/package/libXcursor/Makefile b/package/libXcursor/Makefile new file mode 100644 index 000000000..a1e44876c --- /dev/null +++ b/package/libXcursor/Makefile @@ -0,0 +1,23 @@ +# 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:= libXcursor +PKG_VERSION:= 1.1.11 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 55558a41d0bcf9210636858844fa4d2f +PKG_DESCR:= xcursor library +PKG_SECTION:= x11/libs +PKG_SITES:= http://xorg.freedesktop.org/archive/individual/lib/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_LIBXCURSOR)/usr/lib + $(CP) $(WRKINST)/usr/lib/libXcursor*.so* \ + $(IDIR_LIBXCURSOR)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk 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 diff --git a/package/xsetroot/Makefile b/package/xsetroot/Makefile new file mode 100644 index 000000000..50a51759e --- /dev/null +++ b/package/xsetroot/Makefile @@ -0,0 +1,25 @@ +# 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:= xsetroot +PKG_VERSION:= 1.1.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 5097ed5bbe1c621ee12950019f71de02 +PKG_DESCR:= set root window +PKG_SECTION:= x11/apps +PKG_DEPENDS:= libx11 libxmu libxcursor +PKG_BUILDDEP:= xbitmaps libXcursor +PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,XSETROOT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_XSETROOT)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/xsetroot \ + $(IDIR_XSETROOT)/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3