diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-01 09:03:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-01 09:03:19 +0200 |
commit | 9019d28c87b2c0382834a8af861cda4dc12e2b06 (patch) | |
tree | e3bf3da087056d9d8394ec808bc9a2ea989d9f65 /package/vte/Makefile | |
parent | 60e2481a45eba0e84e771453cda48075899e95e3 (diff) | |
parent | 1bad8cf3c967cac8fb149217878b56f9cec03c8b (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vte/Makefile')
-rw-r--r-- | package/vte/Makefile | 37 |
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 |