summaryrefslogtreecommitdiff
path: root/package/lxpanel/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-16 09:27:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-16 09:27:32 +0200
commit47d9b1a201fbe824979e79bca856cb2d95a10fff (patch)
tree09ccc14ea151aa413610274184c4828cd9b19277 /package/lxpanel/Makefile
parent104fd4956517eee3a76add15b8f6cc6dc3047e96 (diff)
add more LXDE components
Diffstat (limited to 'package/lxpanel/Makefile')
-rw-r--r--package/lxpanel/Makefile30
1 files changed, 30 insertions, 0 deletions
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