add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / Xorg / xorg / proto / glproto / Makefile
1 #
2 # Copyright (C) 2006-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # blogic@openwrt.org
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=glproto
11 PKG_VERSION:=1.4.10
12 PKG_RELEASE:=1
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:=c9f8cebfba72bfab674bc0170551fb8d
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/glproto
22   SECTION:=xorg-proto
23   CATEGORY:=Xorg
24   SUBMENU:=proto
25   DEPENDS:=
26   TITLE:=glproto
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,glproto))