[packages] Update xorg proto packages to Xorg 7.5
[openwrt/svn-archive/archive.git] / Xorg / xorg / proto / dmxproto / Makefile
1 #
2 # Copyright (C) 2006-2009 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:=dmxproto
11 PKG_RELEASE:=1
12 PKG_VERSION:=2.3
13
14 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
17 PKG_MD5SUM:=
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/dmxproto
22 SECTION:=xorg-proto
23 CATEGORY:=Xorg
24 SUBMENU:=proto
25 DEPENDS:=
26 TITLE:=dmxproto
27 URL:=http://xorg.freedesktop.org/
28 endef
29
30 define Build/InstallDev
31 DESTDIR="$(1)" $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
32 endef
33
34 define Build/Compile
35 true
36 endef
37
38 $(eval $(call BuildPackage,dmxproto))