[packages] Update xorg apps to Xorg 7.5
[openwrt/svn-archive/archive.git] / Xorg / xorg / app / smproxy / Makefile
1 #
2 # Copyright (C) 2008 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=smproxy
11 PKG_RELEASE:=1
12 PKG_VERSION:=1.0.3
13 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.5/src/app
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
16
17 PKG_MD5SUM:=ba7dbde81be24fc1bd4156b360e5f8cf
18 PKG_INSTALL:=1
19
20 include $(INCLUDE_DIR)/package.mk
21
22 TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
23
24 define Package/smproxy
25 SECTION:=xorg-app
26 CATEGORY:=Xorg
27 SUBMENU:=app
28 DEPENDS:=+libXt +libXmu
29 TITLE:=smproxy
30 URL:=http://xorg.freedesktop.org/
31 endef
32
33 define Package/smproxy/install
34 $(INSTALL_DIR) $(1)/usr/bin
35 $(INSTALL_BIN) \
36 $(PKG_INSTALL_DIR)/usr/bin/* \
37 $(1)/usr/bin/
38 endef
39
40 $(eval $(call BuildPackage,smproxy))