summaryrefslogtreecommitdiff
path: root/package/lxtask
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-19 17:40:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-19 17:40:40 +0100
commit721ed645ff44937e3650e5e7012743bca8c3b0e4 (patch)
tree120a98030d8a47a99f71065f12e68ba325baab3c /package/lxtask
parent9f02979caebb6e900fe101a257d8e6c344a7a173 (diff)
remove LXDE tests, not working for me
Diffstat (limited to 'package/lxtask')
-rw-r--r--package/lxtask/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/lxtask/Makefile b/package/lxtask/Makefile
deleted file mode 100644
index 0869805cd..000000000
--- a/package/lxtask/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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:= lxtask
-PKG_VERSION:= 0.1.3
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 5e54e91b09864c917e91ccafff61de9c
-PKG_DESCR:= graphical task manager
-PKG_SECTION:= x11/lxde
-PKG_URL:= http://lxde.org/
-PKG_SITES:= http://openadk.org/distfiles/
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,LXTASK,lxtask,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-lxtask-install:
- $(INSTALL_DIR) $(IDIR_LXTASK)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/lxtask \
- $(IDIR_LXTASK)/usr/bin
- $(INSTALL_DIR) $(IDIR_LXTASK)/usr/share/applications
- $(CP) $(WRKINST)/usr/share/applications/* \
- $(IDIR_LXTASK)/usr/share/applications
-
-include ${TOPDIR}/mk/pkg-bottom.mk