Root/directvnc/Makefile

1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4
5include $(TOPDIR)/rules.mk
6
7PKG_NAME:=directvnc
8PKG_VERSION:=0.7.7
9PKG_RELEASE:=1
10
11PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12PKG_SOURCE_URL:=https://github.com/downloads/drinkmilk/directvnc
13PKG_MD5SUM:=e30f1a0e45b440443c044148fb62ad6e
14PKG_FIXUP:=autoreconf
15PKG_INSTALL:=1
16PKG_BUILD_DEPENDS:=libX11
17
18include $(INCLUDE_DIR)/package.mk
19
20define Package/directvnc
21    TITLE:=client implementing the remote framebuffer protocol (rfb) which is used by VNC servers
22    SECTION:=utilities
23    CATEGORY:=Utilities
24    URL:=http://freecode.com/projects/directvnc
25    DEPENDS:=+directfb +libjpeg
26endef
27
28define Package/directvnc/description
29    DirectVNC is a client implementing the remote framebuffer protocol (rfb) which is used by VNC servers. What makes DirectVNC different from other Unix VNC clients is that it uses the Linux framebuffer device through the hardware accelerated DirectFB library, which enables it to run on anything that has a framebuffer without the need for an X server.
30endef
31
32define Package/directvnc/install
33    $(INSTALL_DIR) $(1)/usr/bin
34    $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{directvnc,directvnc-xmapconv} $(1)/usr/bin
35endef
36
37$(eval $(call BuildPackage,directvnc))
38

Archive Download this file



interactive