packages: move Xorg category to its own feed, move X-related packages as well
[openwrt/svn-archive/archive.git] / xorg / xorg / proto / videoproto / 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
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=videoproto
12 PKG_VERSION:=2.3.0
13 PKG_RELEASE:=1
14
15 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
18 PKG_MD5SUM:=fb762146a18207a1e8bc9f299dfc7ac0
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/videoproto
23 SECTION:=xorg-proto
24 CATEGORY:=Xorg
25 SUBMENU:=proto
26 DEPENDS:=
27 TITLE:=videoproto
28 URL:=http://xorg.freedesktop.org/
29 endef
30
31 define Build/InstallDev
32 DESTDIR="$(1)" $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
33 endef
34
35 define Build/Compile
36 true
37 endef
38
39 $(eval $(call BuildPackage,videoproto))