From 47d9b1a201fbe824979e79bca856cb2d95a10fff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 16 Apr 2011 09:27:32 +0200 Subject: add more LXDE components --- package/lxpanel/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/lxpanel/Makefile (limited to 'package/lxpanel/Makefile') diff --git a/package/lxpanel/Makefile b/package/lxpanel/Makefile new file mode 100644 index 000000000..51f5275d1 --- /dev/null +++ b/package/lxpanel/Makefile @@ -0,0 +1,30 @@ +# 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:= lxpanel +PKG_VERSION:= 0.5.6 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 4c51dfdc0d15851d331905cfa00cc025 +PKG_DESCR:= graphical panel +PKG_SECTION:= x11/lxde +PKG_URL:= http://lxde.org/ +PKG_SITES:= http://openadk.org/distfiles/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LXPANEL,lxpanel,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +lxpanel-install: + $(INSTALL_DIR) $(IDIR_LXPANEL)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/lxpanel* \ + $(IDIR_LXPANEL)/usr/bin + $(INSTALL_DIR) $(IDIR_LXPANEL)/usr/share/lxpanel + $(CP) $(WRKINST)/usr/share/lxpanel/* \ + $(IDIR_LXPANEL)/usr/share/lxpanel + $(INSTALL_DIR) $(IDIR_LXPANEL)/usr/lib/lxpanel + $(CP) $(WRKINST)/usr/lib/lxpanel/* \ + $(IDIR_LXPANEL)/usr/lib/lxpanel + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3