Cleanup xorg packages dependencies.
[openwrt/svn-archive/archive.git] / Xorg / proto / calibrateproto / Makefile
1 #
2 # Copyright (C) 2006-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 # blogic@openwrt.org
8
9
10 include $(TOPDIR)/rules.mk
11
12 PKG_NAME:=calibrateproto
13 PKG_RELEASE:=1
14 PKG_VERSION:=git
15
16 include $(INCLUDE_DIR)/package.mk
17
18 define Package/calibrateproto
19 SECTION:=xorg-proto
20 CATEGORY:=Xorg
21 SUBMENU:=proto
22 DEPENDS:=
23 TITLE:=calibrateproto
24 URL:=http://xorg.freedesktop.org/
25 endef
26
27 define Build/Prepare
28 $(call Build/Prepare/Default)
29 $(CP) src/* $(PKG_BUILD_DIR)
30 endef
31
32 define Build/InstallDev
33 DESTDIR=$(1) $(MAKE) -C $(PKG_BUILD_DIR)/$(SUBPACKAGE) $(MAKE_FLAGS) install
34 endef
35
36 define Build/Compile
37 echo
38 endef
39
40 $(eval $(call BuildPackage,calibrateproto))