summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-26 12:57:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-26 12:57:04 +0200
commit178412af3249dd95de2cb5aee817988bd8df4d8e (patch)
treee60b63d54a5e05665843c76e4179c5d99c5e60c2
parent102b54bb94f08b2811dc7cbb39aebf942c256a6f (diff)
remove package vte, leftover of lxde port stuff
-rw-r--r--package/vte/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/package/vte/Makefile b/package/vte/Makefile
deleted file mode 100644
index a37d8fab0..000000000
--- a/package/vte/Makefile
+++ /dev/null
@@ -1,37 +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:= vte
-PKG_VERSION:= 0.25.1
-PKG_EXTRAVER:= 0.25
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 415ba972ea60b8016b7a98019fa412b1
-PKG_DESCR:= an experimental terminal emulator widget
-PKG_SECTION:= libs
-PKG_BUILDDEP:= ncurses
-PKG_URL:= http://www.gnome.org/
-PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/vte/$(PKG_EXTRAVER)/
-
-PKG_SUBPKGS:= VTE VTE_DEV
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,VTE,vte,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,VTE_DEV,vte-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-vte-install:
- $(INSTALL_DIR) $(IDIR_VTE)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libvte*.so* $(IDIR_VTE)/usr/lib
- $(INSTALL_DIR) $(IDIR_VTE)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/vte $(IDIR_VTE)/usr/bin
-
-vte-dev-install:
- $(INSTALL_DIR) $(IDIR_VTE_DEV)/usr/include
- $(CP) $(WRKINST)/usr/include/* $(IDIR_VTE_DEV)/usr/include
- $(INSTALL_DIR) $(IDIR_VTE_DEV)/usr/lib/pkgconfig
- $(CP) $(WRKINST)/usr/lib/pkgconfig/*.pc \
- $(IDIR_VTE_DEV)/usr/lib/pkgconfig
-
-include ${TOPDIR}/mk/pkg-bottom.mk